Improved syntax.

This commit is contained in:
Martin Edenhofer 2016-12-06 08:01:55 +01:00
parent 24e86fa50f
commit d15d9e3006

View file

@ -16,10 +16,10 @@ class ActiveSupport::TestCase
# #
# Note: You'll currently still have to declare fixtures explicitly in integration tests # Note: You'll currently still have to declare fixtures explicitly in integration tests
# -- they do not yet inherit this setting # -- they do not yet inherit this setting
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
SimpleCov::Formatter::RcovFormatter, SimpleCov::Formatter::RcovFormatter,
Coveralls::SimpleCov::Formatter Coveralls::SimpleCov::Formatter
] ])
merge_timeout = 3600 merge_timeout = 3600
SimpleCov.start SimpleCov.start
fixtures :all fixtures :all