Skip to content

Commit

Permalink
Merge pull request #69 from kachick/use-new-interface-for-simplecov
Browse files Browse the repository at this point in the history
Use new interface for SimpleCov::Formatter::MultiFormatter
  • Loading branch information
halostatue authored Feb 21, 2021
2 parents 2581c73 + 8ac500f commit e4b0274
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 e4b0274

Please sign in to comment.