From e9b02840708226e5cf49a75364f7e273ef8f020e Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Tue, 8 Aug 2006 22:29:57 +0000 Subject: be sure to require_dependency on 'application', so that dependency loading is honored correctly git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4731 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/lib/test_help.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib') 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 -- cgit v1.2.3