mirror of
https://github.com/github/rails.git
synced 2026-04-04 03:00:58 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user