提交 2838a1f4 编写于 作者: A Aaron Patterson

use new constructor. (Oops! 💣)

上级 9f098489
......@@ -24,7 +24,7 @@ def controller_path=(path)
def initialize
super
self.class.controller_path = ""
@request = ActionController::TestRequest.new
@request = ActionController::TestRequest.create
@response = ActionController::TestResponse.new
@request.env.delete('PATH_INFO')
......
......@@ -23,7 +23,7 @@ def hello_world; render(:template => 'test/hello_world'); end
end
def setup
@request = ActionController::TestRequest.new
@request = ActionController::TestRequest.create
@response = ActionController::TestResponse.new
@controller = TestController.new
@paths = TestController.view_paths
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册