Created
February 22, 2012 03:24
-
-
Save rhysforyou/1881066 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
| Feature: Adding games | |
| In order to have games to track, I must have some way of adding new games. | |
| This process should be as quick and painless as possible to minimise the | |
| friction of using the app. | |
| Scenario: Adding a game | |
| Given I am on the new game page | |
| When I fill out the new game form with valid attributes | |
| Then I should be informed that the game was created | |
| And I should see the game's page |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment