Skip to content

Commit

Permalink
Use new formatters syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoack committed Jul 13, 2016
1 parent abb0d9c commit 904bcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Expand Up @@ -10,7 +10,7 @@
require 'coveralls'
Coveralls.wear!

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov.formatters = [
SimpleCov::Formatter::RcovFormatter,
Coveralls::SimpleCov::Formatter
]
Expand Down

0 comments on commit 904bcc0

Please sign in to comment.