Skip to content

Commit

Permalink
Fix due to syntax change in simplecov 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoack committed Nov 30, 2015
1 parent d48dc2f commit 2098355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/coverage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
require 'coveralls'
Coveralls.wear!

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

0 comments on commit 2098355

Please sign in to comment.