是的!杠回去了!
先 delete_all 就东西可以 update_all 了吧
感谢回答🙏
在 environments/test.rb 已经加过config.action_controller.allow_forgery_protection = false
最后查了一下Testing Rails Applications — Ruby on Rails Guides,加一个xhr: true
参数后 OK 了
get ajax_sample_path, headers: { "HTTP_ACCEPT" => "application/javascript" }, xhr: true