Browse Source

Coverage using both SimpleCov and Coveralls

dev
Andy Meneely 12 years ago
parent
commit
952e3f522b
  1. 7
      spec/spec_helper.rb

7
spec/spec_helper.rb

@ -1,4 +1,9 @@
require 'simplecov'
require 'coveralls'
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
]
SimpleCov.start
Coveralls.wear!

Loading…
Cancel
Save