Skip to content

Instantly share code, notes, and snippets.

@rhysforyou
Created February 22, 2012 03:24
Show Gist options
  • Select an option

  • Save rhysforyou/1881066 to your computer and use it in GitHub Desktop.

Select an option

Save rhysforyou/1881066 to your computer and use it in GitHub Desktop.
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