Skip to content

Commit

Permalink
Let's try coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Dec 2, 2013
1 parent e7b78be commit d14a7cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source "http://rubygems.org"

gem 'rake'
gem 'coveralls', require: false

group :test do
gem 'rspec', '~> 2.0'
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
Bundler.setup :test
Bundler.require

require 'coveralls'
Coveralls.wear!

require File.expand_path '../../lib/phony', __FILE__

require 'spec_helper_extensions'
Expand Down

0 comments on commit d14a7cb

Please sign in to comment.