summaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2019-01-01 10:16:43 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2019-01-01 10:16:43 +0100
commit6c7e0f38905a4a9ddbcfbe8a11d78bbe9c6ffab9 (patch)
treec6d0d61be964a8d38f6a5420487f41cb3a6ac815 /spec/spec_helper.rb
parent401adfc230cb8d54fbf6746580ad0e549868e4d6 (diff)
downloadzorglub-6c7e0f38905a4a9ddbcfbe8a11d78bbe9c6ffab9.zip
zorglub-6c7e0f38905a4a9ddbcfbe8a11d78bbe9c6ffab9.tar.gz
pull coverage up to 100% again
Diffstat (limited to 'spec/spec_helper.rb')
-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 bb42058..40fb924 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -10,7 +10,7 @@ end
begin
require 'coveralls'
- SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
+ SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new [
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
]