提交 9a7ab8b0 编写于 作者: J Jeremy Kemper

stub the instance method, there is no class method

上级 13e78497
......@@ -41,7 +41,7 @@ def test_failsafe_response
CGI.expects(:new).raises('some multipart parsing failure')
ActionController::Routing::Routes.stubs(:reload)
Dispatcher.stubs(:log_failsafe_exception)
Dispatcher.any_instance.stubs(:log_failsafe_exception)
assert_nothing_raised { dispatch }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册