Guest User

Untitled

a guest
Apr 20th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. Given /^I am signed in as "([^\"]*)"$/ do |email|
  2. Given %Q{a User exists with the following attributes:"
  3. | email | #{email} |
  4. | password | secret |
  5. | password_confirmation | secret |}
  6. Given "I am not signed in"
  7. Given "I am on the login page"
  8. When %Q{I fill in the following:
  9. | E-mail address | #{email} |
  10. | password | secret |}
  11. When 'I click the fancy "Continue" button'
  12. end
Add Comment
Please, Sign In to add comment