diff --git a/railties/lib/console_app.rb b/railties/lib/console_app.rb index d03cdd352a55c6a9e15b343cc15a271655df0b21..6e61fc9171889b2bc8f47997604f746bda446d89 100644 --- a/railties/lib/console_app.rb +++ b/railties/lib/console_app.rb @@ -3,10 +3,6 @@ # work around the at_exit hook in test/unit, which kills IRB 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 # instance, pass a non-false value as the parameter. def app(create=false) @@ -28,4 +24,4 @@ def new_session def reload! puts "Reloading..." Dispatcher.reset_application! -end \ No newline at end of file +end