Skip to content

Instantly share code, notes, and snippets.

@benlangfeld
Created March 29, 2011 16:25
Show Gist options
  • Save benlangfeld/892678 to your computer and use it in GitHub Desktop.
Save benlangfeld/892678 to your computer and use it in GitHub Desktop.
Feature: Blah blah
As a random callee
In order to do somethng
I want to be able to talk to robots
Scenario: Choosing some options
Given I start a call
Then I should hear "Press 1 for the marketing department"
And I should hear "Press 2 for the art department"
Scenario: Getting through to the marketing department
Given I start a call
And I press 1
Then I should be in the queue to talk to a marketing agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment