Skip to content

Instantly share code, notes, and snippets.

@beckyconning
Created November 13, 2012 13:08
Show Gist options
  • Save beckyconning/4065682 to your computer and use it in GitHub Desktop.
Save beckyconning/4065682 to your computer and use it in GitHub Desktop.
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