def method ... render :action => :new end
我正在寻找类似下面的行,但要断言该动作被调用,而不是模板:
assert_equal layout,@response.layout assert_equal format,@request.format
我知道我不能做@ response.action
提前致谢!
德布
@controller.expects(:new)