class Capybara::RackTest::Form

def multipart?

def multipart?
  self[:enctype] == "multipart/form-data"
end