Spec: Avoid a deprecation
This commit is contained in:
parent
575f42f652
commit
fb502c0ac7
|
@ -23,11 +23,11 @@ require "coveralls"
|
|||
module SpecHelper
|
||||
end
|
||||
|
||||
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
|
||||
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
|
||||
Coveralls::SimpleCov::Formatter,
|
||||
SimpleCov::Formatter::HTMLFormatter,
|
||||
CodeClimate::TestReporter::Formatter
|
||||
]
|
||||
])
|
||||
SimpleCov.start
|
||||
|
||||
require "github_changelog_generator"
|
||||
|
|
Loading…
Reference in New Issue
Block a user