Skip to content

Instantly share code, notes, and snippets.

@tooky
Last active September 2, 2015 19:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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