Failure/Error: post :create, Devise.token_authentication_key => @foo.authentication_token, receipt_image: "foo.png"
Paperclip::AdapterRegistry::NoHandlerError: No handler found for "foo.png"
如何在 rspec 代码中传递图像,我还尝试了使用 curl 命令的@foo.png。
Failure/Error: post :create, Devise.token_authentication_key => @foo.authentication_token, receipt_image: "foo.png"
Paperclip::AdapterRegistry::NoHandlerError: No handler found for "foo.png"
如何在 rspec 代码中传递图像,我还尝试了使用 curl 命令的@foo.png。