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:
authorZ.J. van de Weg <zegerjan@gitlab.com>2016-06-30 20:20:36 +0300
committerZ.J. van de Weg <zegerjan@gitlab.com>2016-06-30 20:52:36 +0300
commit422eca27eebb6ddf625170a84b0fccf0ce30f348 (patch)
tree2108af09273eb7b6f57cd748f38ce727f9c01684 /features/support
parent82ccc0af475e8db6bf2980ee3524379874294cab (diff)
Remove coveralls lines
Diffstat (limited to 'features/support')
-rw-r--r--features/support/env.rb5
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'