Skip to content

Instantly share code, notes, and snippets.

@joshuamiller
Created February 27, 2009 23:52
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 joshuamiller/71785 to your computer and use it in GitHub Desktop.
Save joshuamiller/71785 to your computer and use it in GitHub Desktop.
Scenario: Non-Administrator
Given a user exists with login "normal_user" and password "normal_password"
When I log in as "normal_user" with password "normal_password"
When I go to /users
Then I should go to the home page
And I should see an error message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment