diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/test_help.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/test_help.rb b/railties/lib/test_help.rb index dcf47364d5..12aaf9753f 100644 --- a/railties/lib/test_help.rb +++ b/railties/lib/test_help.rb @@ -1,4 +1,4 @@ -require 'application' +require_dependency 'application' # Make double-sure the RAILS_ENV is set to test, # so fixtures are loaded to the right database |