Skip to content

Instantly share code, notes, and snippets.

@mattwynne
Created June 12, 2009 21:05
Show Gist options
  • Select an option

  • Save mattwynne/128920 to your computer and use it in GitHub Desktop.

Select an option

Save mattwynne/128920 to your computer and use it in GitHub Desktop.
Scenario Outline: Permissions
Given I am logged in as <User Type>
When I go to the homepage
Then I should see <Stuff I should see>
And I should not see <Stuff I should not see>
Examples:
| User Type | Stuff I should see | Stuff I should not see |
| Admin | New Invoice, New Category, New Project | |
| User | New Invoice, New Category | New Project |
| Guest | New Invoice | New Project, New Category |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment