assert_response :success
以上断言正在过去.但是,我需要声明作为响应正文返回的全部内容.如何访问响应正文?
response.body
通常,在这种风格的测试中,您真的想使用以下方法:
assert_select
查看assert_select API的一个好方法是通过欺骗宝石:
gem install cheat cheat assert_select