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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-07-01 01:33:12 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-07-21 13:44:24 +0300
commit63ceb31f8b15b4ba7fd1b4c971367a5e20aca311 (patch)
tree157cc4c4e077ad203592b52dcd3e96d4dc346fde /features/support
parent3dac444ca17bdd17414bebcc55e7a53310dee544 (diff)
Fix spinach tests
Diffstat (limited to 'features/support')
-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'