diff options
author | Robert Speicher <robert@gitlab.com> | 2016-06-30 18:41:12 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-06-30 18:41:12 +0000 |
commit | c73db50cc72a9d0d2a326290e29d1edb5d721df5 (patch) | |
tree | 371fa40c9757bce14ceea01615bb42885b74b7d5 /features | |
parent | dc2d0051dc64318d732e34aeae87f0b4291c8a82 (diff) | |
parent | 422eca27eebb6ddf625170a84b0fccf0ce30f348 (diff) | |
download | gitlab-ce-c73db50cc72a9d0d2a326290e29d1edb5d721df5.tar.gz |
Merge branch 'cleanup-forgotten-lines' into 'master'
Cleanup forgotten lines
The `coveralls` gem was unused and thus removed in 7a2f25a. I've forgotten some lines in that MR
See merge request !5025
Diffstat (limited to 'features')
-rw-r--r-- | features/support/env.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/features/support/env.rb b/features/support/env.rb index edc08cf0986..ab3f0ca7aeb 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -2,11 +2,6 @@ if ENV['SIMPLECOV'] require 'simplecov' end -if ENV['COVERALLS'] - require 'coveralls' - Coveralls.wear_merged! -end - ENV['RAILS_ENV'] = 'test' require './config/environment' require 'rspec/expectations' |