summaryrefslogtreecommitdiff
path: root/users/test/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'users/test/test_helper.rb')
-rw-r--r--users/test/test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/test/test_helper.rb b/users/test/test_helper.rb
index b268c51..08d4d41 100644
--- a/users/test/test_helper.rb
+++ b/users/test/test_helper.rb
@@ -1,5 +1,5 @@
ENV["RAILS_ENV"] = "test"
-require File.expand_path('../dummy/config/environment', __FILE__)
+require File.expand_path('../../../test/dummy/config/environment', __FILE__)
require 'rails/test_help'
require 'mocha'