Skip to content

Instantly share code, notes, and snippets.

@rodmatola
Created August 17, 2018 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodmatola/88bb407c642be1494b12fa274cd851f8 to your computer and use it in GitHub Desktop.
Save rodmatola/88bb407c642be1494b12fa274cd851f8 to your computer and use it in GitHub Desktop.
Given ("I am on the login screen") do
   pending # write code here that turns the phrase above into concrete actions
end
When ("I log in using {string}") do | string |
   pending # write code here that turns the phrase above into concrete actions
end
Then ("I should be directed to the main page") do
   pending # write code here that turns the phrase above into concrete actions
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment