Skip to content

Commit

Permalink
adds Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ssimeonov committed Oct 28, 2013
1 parent e00ae25 commit c84dfba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions composable_state_machine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'simplecov'
spec.add_development_dependency 'coveralls'
spec.add_development_dependency 'awesome_print'
spec.add_development_dependency 'yard'
spec.add_development_dependency 'redcarpet'
Expand Down
5 changes: 5 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
SimpleCov.start
SimpleCov.minimum_coverage 100

if ENV['TRAVIS']
require 'coveralls'
Coveralls.wear!
end

require 'pp'

require 'composable_state_machine'
Expand Down

0 comments on commit c84dfba

Please sign in to comment.