Created
March 29, 2011 16:25
-
-
Save benlangfeld/892678 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
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