Skip to content

Commit

Permalink
Add coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
ianheggie committed Oct 29, 2013
1 parent 93908e1 commit a463483
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
Expand Up @@ -12,6 +12,7 @@ group :development do
gem "travis", ">= 0"
gem "travis-lint", ">= 0"
gem 'shoulda-context', '>= 0'
gem 'coveralls', :require => false
end

group :test do
Expand Down
3 changes: 3 additions & 0 deletions test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
require 'test/unit'
require 'shoulda-context'

require 'coveralls'
Coveralls.wear!

unless ENV['TEST_GEM']
puts "test/helper: Adding ../lib to $LOAD_PATH"
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
Expand Down

0 comments on commit a463483

Please sign in to comment.