# File lib/capybara/driver/rack_test_driver.rb, line 219 def submit(method, path, attributes) path = request_path if not path or path.empty? send(method, path, attributes, env) follow_redirects! end