-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
James Dunmore
authored and
James Dunmore
committed
Dec 11, 2012
1 parent
38a0d16
commit 1904942
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
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.