aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-01-03 16:49:19 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-01-03 16:49:19 +0900
commitdcef073d619b8ac27def9b3265603a59bb1107cb (patch)
tree4a7cc087ef02b1b29ab63a7571c88185ce613905 /test/test_helper.rb
parent7b4297867c82e6e40f12be0d3d20f2ca12c8eed6 (diff)
downloadplum-dcef073d619b8ac27def9b3265603a59bb1107cb.tar.gz
test: use SimpleCov.formatters=
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 20f76ad..f67ba51 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -2,7 +2,7 @@ unless ENV["SKIP_COVERAGE"]
begin
require "simplecov"
require "codeclimate-test-reporter"
- SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
+ SimpleCov.formatters = [
SimpleCov::Formatter::HTMLFormatter,
CodeClimate::TestReporter::Formatter
]