diff options
-rw-r--r-- | features/support/env.rb | 2 |
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' |