class Capybara::RackTest::Form

def request_method

def request_method
  self[:method] =~ /post/i ? :post : :get
end