summaryrefslogtreecommitdiff
path: root/help/test/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'help/test/test_helper.rb')
-rw-r--r--help/test/test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/test/test_helper.rb b/help/test/test_helper.rb
index 1e26a31..3381f44 100644
--- a/help/test/test_helper.rb
+++ b/help/test/test_helper.rb
@@ -1,7 +1,7 @@
# Configure Rails Environment
ENV["RAILS_ENV"] = "test"
-require File.expand_path("../dummy/config/environment.rb", __FILE__)
+require File.expand_path('../../../test/dummy/config/environment', __FILE__)
require "rails/test_help"
Rails.backtrace_cleaner.remove_silencers!