Skip to content

Commit

Permalink
Fix the coverage problem
Browse files Browse the repository at this point in the history
  • Loading branch information
rizzatti committed Apr 5, 2013
1 parent 767fe80 commit 7a1c08b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
require 'rubygems' unless defined? Gem
require 'bundler/setup'
require 'minitest/autorun'
require 'coveralls'

Coveralls.wear!
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
]
SimpleCov.start

require 'minitest/autorun'

0 comments on commit 7a1c08b

Please sign in to comment.