Skip to content

Commit

Permalink
Added Coveralls for unit test code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
JaniJegoroff committed Feb 25, 2015
1 parent 155ddf2 commit bbcce8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require 'coveralls'
Coveralls.wear!

require 'minitest/autorun'
require 'minitest/reporters'

Expand Down
1 change: 1 addition & 0 deletions to_boolean.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'minitest', '~> 5.5'
gem.add_development_dependency 'minitest-reporters', '~> 1.0'
gem.add_development_dependency 'rubocop', '~> 0.29'
gem.add_development_dependency 'coveralls', '~> 0.7'
end

0 comments on commit bbcce8b

Please sign in to comment.