Skip to content

Commit

Permalink
Stop using deprecated SimpleCov API
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Feb 15, 2018
1 parent 79d5ac0 commit fe9e4ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
require "simplecov"
require "coveralls"

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
]
])

SimpleCov.start { add_filter "/spec/" }

Expand Down

0 comments on commit fe9e4ad

Please sign in to comment.