Skip to content

Commit

Permalink
Improve Coveralls config
Browse files Browse the repository at this point in the history
  • Loading branch information
rymai committed Jun 5, 2013
1 parent cd7f139 commit ba847e5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion spec/spec_helper.rb
@@ -1,5 +1,10 @@
require 'simplecov'
require 'coveralls'
Coveralls.wear!

SimpleCov.formatter = Coveralls::SimpleCov::Formatter
SimpleCov.start do
add_filter 'spec'
end

require 'minitest/autorun'
superclass = if MiniTest::Unit::VERSION =~ /^5/
Expand Down

0 comments on commit ba847e5

Please sign in to comment.