summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-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'