Skip to content

Commit

Permalink
Added coveralls gem again
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 6, 2017
1 parent 25f2e3b commit 260ba43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions rake.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ Rake has the following features:
s.add_development_dependency(%q<bundler>.freeze)
s.add_development_dependency(%q<minitest>.freeze)
s.add_development_dependency(%q<rdoc>.freeze)
s.add_development_dependency(%q<coveralls>.freeze)
end
3 changes: 3 additions & 0 deletions test/helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
$:.unshift File.expand_path("../../lib", __FILE__)

require 'coveralls'
Coveralls.wear!

gem "minitest", "~> 5"
require "minitest/autorun"
require "rake"
Expand Down

0 comments on commit 260ba43

Please sign in to comment.