Skip to content

Instantly share code, notes, and snippets.

@ricfrank
Created June 16, 2015 06:59
Show Gist options
  • Save ricfrank/45a33d1cc6ee17adb64a to your computer and use it in GitHub Desktop.
Save ricfrank/45a33d1cc6ee17adb64a to your computer and use it in GitHub Desktop.
Feature: Create personal schedule
In order to spend more time socialising at the conference instead of looking at the schedule
As a conference attendee
I want to create my personal schedule beforehand
Scenario: Successfully selecting 1 talk
Given there is a conference "Agile Conference"
And there is a "Specification" talk in the first time period
When I choose the "Specification" talk
Then the "Specification" talk should be in my personal schedule
Scenario: Failing to select 2 talks into the same time period
Given there is a conference "Agile Conference"
And there is a "Specification" talk in the first time period
And there is a "Modelling" talk in the first time period
When I choose the "Specification" talk
And I choose the "Modelling" talk
Then I should be told that time period is already taken by another talk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment