提交 c0d24778 编写于 作者: J Jamis Buck

remove explicit dependency mechanism setting in console_app


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3755 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 2e67f1ad
...@@ -3,10 +3,6 @@ ...@@ -3,10 +3,6 @@
# 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 @@ def new_session ...@@ -28,4 +24,4 @@ def new_session
def reload! def reload!
puts "Reloading..." puts "Reloading..."
Dispatcher.reset_application! Dispatcher.reset_application!
end end
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册