Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@krukow
Created October 10, 2012 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krukow/3868587 to your computer and use it in GitHub Desktop.
Save krukow/3868587 to your computer and use it in GitHub Desktop.
Example Feature
Feature: Map
As a festival attendee I should be able to get a map of the
Festival site. It should include points of interest (POIs), and
my current location.
Scenario: My location
Given I am on the Map
When I tap the My Location button
Then the map should move to my location
Scenario: My location (Orange)
Given I am on the Map
And I am at Orange Stage
When I tap the My Location button
Then the map should move to my location
And I should see Orange Stage on the map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment