From 0b4425399a36cba1ed44881ccb4ccbd1846f1d52 Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Mon, 20 Jan 2020 18:08:13 +0100 Subject: [PATCH] Fix strings for tests --- test/test_helper.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index edd6cc7..298a9fd 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -4,10 +4,8 @@ unless ENV['SKIP_COVERAGE'] require 'simplecov' require 'simplecov-rcov' - SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ - SimpleCov::Formatter::HTMLFormatter, - SimpleCov::Formatter::RcovFormatter - ] + SimpleCov.formatters = SimpleCov::Formatter::MultiFormatter[SimpleCov::Formatter::HTMLFormatter, + SimpleCov::Formatter::RcovFormatter] SimpleCov.start :rails do add_filter 'init.rb'