Skip to content

Instantly share code, notes, and snippets.

@matschaffer
Created February 22, 2011 03:56
Show Gist options
  • Save matschaffer/838199 to your computer and use it in GitHub Desktop.
Save matschaffer/838199 to your computer and use it in GitHub Desktop.
Feature: Player listings
In order to know who is on a team
As a league manager
I want to see a list of players on the team page
Scenario: listing on a team page
Given I am on the teams page
And I follow "Kickers"
Then I should see "Trotter"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment