Module Webrat::SaveAndOpenPage
In: lib/webrat/core/save_and_open_page.rb

Methods

Public Instance methods

Saves the page out to Rails.root/tmp/ and opens it in the default web browser if on OS X. Useful for debugging.

Example:

  save_and_open_page

[Validate]