# File lib/capybara/rack_test/driver.rb, line 16
  def browser
    @browser ||= Capybara::RackTest::Browser.new(app, options)
  end