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