From ccab0ea4fc918affeedf6b279f2f3631169d8c01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Sun, 4 Dec 2016 13:44:55 +0100 Subject: [PATCH] fix coveralls --- test/test_helper.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 183015216..8bdbb3dcc 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -5,7 +5,7 @@ require 'cache' require 'simplecov' require 'simplecov-rcov' require 'coveralls' -Coveralls.wear!('rails') +Coveralls.wear! #ActiveSupport::TestCase.test_order = :sorted @@ -20,6 +20,7 @@ class ActiveSupport::TestCase SimpleCov::Formatter::RcovFormatter, Coveralls::SimpleCov::Formatter ] + merge_timeout = 3600 SimpleCov.start fixtures :all