Skip to content

Instantly share code, notes, and snippets.

@arkiver
Created September 10, 2012 09:10
Show Gist options
  • Save arkiver/3689805 to your computer and use it in GitHub Desktop.
Save arkiver/3689805 to your computer and use it in GitHub Desktop.
Cucumber step defintion for sign in page
Generic definition for above definition:
Given /^I am on (.+)$/ do |page_name|
visit path_to(page_name)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment