# File lib/capybara/rack_test/browser.rb, line 31
  def follow(method, path, attributes = {})
    return if path.gsub(/^#{request_path}/, '').start_with?('#')
    process(method, path, attributes)
    follow_redirects!
  end