
attach_file should fail when form is not multipart
Reported by Sean Cribbs | November 23rd, 2009 @ 10:43 AM
Had a bug slip through my cucumber features where the form being
submitted lacked the :multipart => true option, but attach_file
successfully uploaded anyway. I think attach_file should fail if
its associated form does not submit via multipart (with an optional
override for SWFUpload and stuff like that).
I am using webrat 0.5.3 (gem).
Comments and changes to this ticket
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby Acceptance Testing for Web applications.