Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-01 12:43:16 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-01 12:43:16 +0400
commit522d754dfee9673befc7e6dc93c8a080eba7ae66 (patch)
treecbe61eb0dcf5305c2327ccbe2761afe8b45bdc46 /features/support/env.rb
parent3dde6bb3fa74238df0e1a2bbf4077852a9fd0bdb (diff)
Try wear_merged! without argument
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/support/env.rb')
-rw-r--r--features/support/env.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/support/env.rb b/features/support/env.rb
index 4b76faab564..67660777842 100644
--- a/features/support/env.rb
+++ b/features/support/env.rb
@@ -4,7 +4,7 @@ end
if ENV['COVERALLS']
require 'coveralls'
- Coveralls.wear_merged!('rails')
+ Coveralls.wear_merged!
end
ENV['RAILS_ENV'] = 'test'