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:
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 16ce1b6ca77..2a3e21d28bc 100644
--- a/features/support/env.rb
+++ b/features/support/env.rb
@@ -1,4 +1,4 @@
-require_relative Rails.root.join('spec', 'simplecov_env')
+require_relative '../../spec/simplecov_env'
SimpleCov.start if ENV['SIMPLECOV']
ENV['RAILS_ENV'] = 'test'