Class Capybara::RackTest::Form::NilUploadedFile
In: lib/capybara/rack_test/form.rb
Parent: Rack::Test::UploadedFile

This only needs to inherit from Rack::Test::UploadedFile because Rack::Test checks for the class specifically when determing whether to consturct the request as multipart. That check should be based solely on the form element‘s ‘enctype’ attribute value, which should probably be provided to Rack::Test in its non-GET request methods.

Methods

Public Class methods

Public Instance methods

[Validate]