Skip to content

Commit

Permalink
Add player starts a game feature
Browse files Browse the repository at this point in the history
  • Loading branch information
James Dunmore authored and James Dunmore committed Dec 11, 2012
1 parent 38a0d16 commit 1904942
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions features/grid/player_starts_a_game.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Feature: Player starts a game
As a player
In order to play
I need to start a game

Scenario: Player X wants to start a game
Given I am "Player X"
And I Want to start a game
Then I should get a new grid

Scenario: Player Y wants to start a game
Given I am "Player Y"
And I want to start a game
Then I should wait for "Player X" to start a game
Empty file removed features/grid/start.feature
Empty file.

0 comments on commit 1904942

Please sign in to comment.