summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-07-01 00:33:12 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-07-21 12:44:24 +0200
commit63ceb31f8b15b4ba7fd1b4c971367a5e20aca311 (patch)
tree157cc4c4e077ad203592b52dcd3e96d4dc346fde
parent3dac444ca17bdd17414bebcc55e7a53310dee544 (diff)
downloadgitlab-ce-63ceb31f8b15b4ba7fd1b4c971367a5e20aca311.tar.gz
Fix spinach tests
-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'