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