Skip to content

Instantly share code, notes, and snippets.

@gbelote
Created March 3, 2010 20:29
Show Gist options
  • Save gbelote/320971 to your computer and use it in GitHub Desktop.
Save gbelote/320971 to your computer and use it in GitHub Desktop.
## The first step called :click_nec
step :click_nec do
## This step is complete when the user navigates to http://awesome.com/hazzah.html
complete_when_path_is "/hazzah.html"
## Prompt the user to click on a link to http://awesome.com/hazzah.html
should_click :link_to => "/hazzah.html"
end
## ... add more steps if needed ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment