Skip to content

Instantly share code, notes, and snippets.

@tooky
Last active September 2, 2015 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tooky/d5f6e650b0def3cc563f to your computer and use it in GitHub Desktop.
Save tooky/d5f6e650b0def3cc563f to your computer and use it in GitHub Desktop.
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