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
This commit is contained in:
Jamis Buck
2006-08-08 22:29:57 +00:00
parent 9bd007c7c7
commit e9b0284070

View File

@@ -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