The test_list test case asserts a response of :success, but it could assert :redirect (for an HTTP redirect), :missing (for not_found), or any integer for individual HTTP return codes.
test_list 测试用例可以声明 :success 响应,但是它应当声明 :redirect (代表 HTTP 重定向)、:missing (代表 not_found),或代表单个 HTTP 返回代码的整数。
应用推荐