summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorKenichi Kamiya <kachick1@gmail.com>2021-02-21 02:41:26 +0900
committerKenichi Kamiya <kachick1@gmail.com>2021-02-21 02:41:26 +0900
commit8ac500f3fc6e2c4842003f57d762c07b91ec10d5 (patch)
tree77eadc344c49631b2202adaaeaed1418632df096 /spec
parent2581c73a0d7a3dccb6eaf5e297ee32137b5b20cd (diff)
downloaddiff-lcs-8ac500f3fc6e2c4842003f57d762c07b91ec10d5.tar.gz
Use new interface for SimpleCov::Formatter::MultiFormatter
ref: https://github.com/simplecov-ruby/simplecov/commit/ddde04d4c9e2359ae7dcfdf27a247c61b238cb07
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 7212f30..17af248 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -28,7 +28,7 @@ if ENV['COVERAGE']
}
SimpleCov.start do
- formatter SimpleCov::Formatter::MultiFormatter[*formatters]
+ formatter SimpleCov::Formatter::MultiFormatter.new(formatters)
end
end