summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZ.J. van de Weg <zegerjan@gitlab.com>2016-06-30 19:20:36 +0200
committerZ.J. van de Weg <zegerjan@gitlab.com>2016-06-30 19:52:36 +0200
commit422eca27eebb6ddf625170a84b0fccf0ce30f348 (patch)
tree2108af09273eb7b6f57cd748f38ce727f9c01684
parent82ccc0af475e8db6bf2980ee3524379874294cab (diff)
downloadgitlab-ce-cleanup-forgotten-lines.tar.gz
Remove coveralls linescleanup-forgotten-lines
-rw-r--r--features/support/env.rb5
-rw-r--r--spec/spec_helper.rb5
2 files changed, 0 insertions, 10 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'
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index b43f38ef202..606da1b7605 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -3,11 +3,6 @@ if ENV['SIMPLECOV']
SimpleCov.start :rails
end
-if ENV['COVERALLS']
- require 'coveralls'
- Coveralls.wear_merged!
-end
-
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../../config/environment", __FILE__)