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返回代码的整数。
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返回代码的整数。
应用推荐