Improved syntax.
This commit is contained in:
parent
24e86fa50f
commit
d15d9e3006
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue