diff options
Diffstat (limited to 'certs/test/test_helper.rb')
-rw-r--r-- | certs/test/test_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certs/test/test_helper.rb b/certs/test/test_helper.rb index b268c51..08d4d41 100644 --- a/certs/test/test_helper.rb +++ b/certs/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' |