# File lib/capybara/util/save_and_open_page.rb, line 24 def open_in_browser(path) # :nodoc require "launchy" Launchy.open(path) rescue LoadError warn "Sorry, you need to install launchy (`gem install launchy`) and " << "make sure it's available to open pages with `save_and_open_page`." end