Skip to content

Commit

Permalink
Use new interface for SimpleCov::Formatter::MultiFormatter
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Feb 20, 2021
1 parent 2581c73 commit 8ac500f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def require_do(resource)
}

SimpleCov.start do
formatter SimpleCov::Formatter::MultiFormatter[*formatters]
formatter SimpleCov::Formatter::MultiFormatter.new(formatters)
end
end

Expand Down

0 comments on commit 8ac500f

Please sign in to comment.