teamcapybara--capybara/spec/fixtures
Thorbjørn Hermansen fe6f5a1bde Wrote failing specs which highlights missing content-type with rack test driver
Don't know if this could have been written any better, guess it can as
this is my first "deep" look into Capybara. The problem is found in the
Capybara::Driver::RackTest; it doesn't forward the content type of the
file being uplloaded to Rack::Test::UploadedFile.new. UploadFile's
initializer sets the content type to text/plain as a default.

This will make for instance Paperclip's attachment validation fail when
testing with Cucumber and Capybara even though we are uploading a type
which should pass.
2010-01-07 23:43:11 +01:00
..
capybara.jpg Wrote failing specs which highlights missing content-type with rack test driver 2010-01-07 23:43:11 +01:00
test_file.txt Changed to use selenium-webdriver and it works! 2009-11-14 10:44:46 +01:00