Skip to content

Instantly share code, notes, and snippets.

@jhsu
Created November 15, 2009 03:04
Show Gist options
  • Save jhsu/234948 to your computer and use it in GitHub Desktop.
Save jhsu/234948 to your computer and use it in GitHub Desktop.
Useful Cucumber
# Open page for debugging (needs 'launchy' gem)
# from http://openmonkey.com/articles/2009/08/show-me-the-page
Then /^show me the page$/ do
save_and_open_page
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment