Guest User

Untitled

a guest
Apr 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Scenario: Show Secret
  2. Given a user exists with username: "myuser", password: "secret", password_confirmation: "secret"
  3. And a secret exists with user: the user
  4. And the user is logged in with myuser/secret
  5. When I go to the show page for that secret
  6. Then I should see the secret
Add Comment
Please, Sign In to add comment