Created
November 13, 2012 13:08
-
-
Save beckyconning/4065682 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
As a video game developer | |
I want to develop a video game without being hungry | |
So that I will be happy and more productive | |
Scenario: Work on a video game without any doughnuts | |
Given I do not have any doughnuts | |
When I try to program or create other assets for a video game | |
Then I should be hungry | |
Scenario: Will's birthday | |
Given it is Will's birthday | |
And he has brought doughnuts | |
When I go to Segal | |
Then I should see doughnuts | |
And I should be able to take one | |
Scenario: Work on a video game with a donut | |
Given I have a donut | |
When I try to program or create other assets for a video game | |
And I eat the doughnut | |
Then I should not be hungry | |
And I should be happy and more productive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment