Skip to content

Instantly share code, notes, and snippets.

@carlisia
Created November 17, 2008 16:33
Show Gist options
  • Save carlisia/25816 to your computer and use it in GitHub Desktop.
Save carlisia/25816 to your computer and use it in GitHub Desktop.
Scenario: Conference organizer tracks if enough attendees signup
Given a total of max-10 attendees
When 10 attendee registers
Then I should get an email notifying seating has been complete
Scenario: Conference organizer tracks if venue needs to be changed to accommodate more attendees
Given a total of max attendees
When 1 attendee registers
Then I should get an email notifying a new venue needs to be arranged
When new venue is selected
Then all attendees get an email with information for new venue
And new wireless provider should be selected
Scenario: Conference organizer needs to cancel the conference
Given conference is on
When conference is canceled
Then refund all attendees
And all attendees get an email
And all providers get notified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment