# File lib/capybara/rack_test/browser.rb, line 19
  def visit(path, attributes = {})
    reset_host!
    process_and_follow_redirects(:get, path, attributes)
  end