Skip to content

Commit

Permalink
Add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Dec 30, 2016
1 parent a7b6b89 commit 89ef6e5
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 @@ -10,6 +10,7 @@ group :development do
end

group :test do
gem 'coveralls', require: false
gem 'test-unit' unless RUBY_VERSION.start_with? '1.8'
gem 'webmock'

Expand Down
3 changes: 3 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require 'coveralls'
Coveralls.wear!

require 'test/unit'
require 'mocha/setup'
require 'json'
Expand Down

0 comments on commit 89ef6e5

Please sign in to comment.