Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

Commit

Permalink
Fix simplecov broken with coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura committed Jun 22, 2013
1 parent c82fc57 commit 3c9c546
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
require "simplecov"
require "coveralls"
Coveralls.wear!

require "simplecov"
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter,
]
SimpleCov.start

ENV["RAILS_ENV"] ||= "test"
Expand Down

0 comments on commit 3c9c546

Please sign in to comment.