mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
remove explicit dependency mechanism setting in console_app
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3755 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
2e67f1adc8
commit
c0d2477886
1 changed files with 1 additions and 5 deletions
|
@ -3,10 +3,6 @@ require 'action_controller/integration_test'
|
||||||
# work around the at_exit hook in test/unit, which kills IRB
|
# work around the at_exit hook in test/unit, which kills IRB
|
||||||
Test::Unit.run = true
|
Test::Unit.run = true
|
||||||
|
|
||||||
# have to use :require dependencies mechanism with the integration test stuff,
|
|
||||||
# or things start acting really wierd from request to request.
|
|
||||||
Dependencies.mechanism = :require
|
|
||||||
|
|
||||||
# reference the global "app" instance, created on demand. To recreate the
|
# reference the global "app" instance, created on demand. To recreate the
|
||||||
# instance, pass a non-false value as the parameter.
|
# instance, pass a non-false value as the parameter.
|
||||||
def app(create=false)
|
def app(create=false)
|
||||||
|
@ -28,4 +24,4 @@ end
|
||||||
def reload!
|
def reload!
|
||||||
puts "Reloading..."
|
puts "Reloading..."
|
||||||
Dispatcher.reset_application!
|
Dispatcher.reset_application!
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue