Last active
September 2, 2015 19:11
-
-
Save tooky/d5f6e650b0def3cc563f to your computer and use it in GitHub Desktop.
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
Feature: A Game of War | |
Scenario: Two Card Deck | |
Given a shuffled deck with the following cards: | |
| 2 ♥ | | |
| 3 ♣ | | |
And the cards are dealt evenly between 2 players | |
When the first hand is played | |
Then player 2 should hold all the cards | |
And player 2 should have won the game |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment