Created
June 12, 2009 21:05
-
-
Save mattwynne/128920 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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