Skip to content

Instantly share code, notes, and snippets.

@iain
Created April 5, 2011 19:01
Show Gist options
  • Save iain/904268 to your computer and use it in GitHub Desktop.
Save iain/904268 to your computer and use it in GitHub Desktop.
Feature: Widgets
Scenario: More than one page of widgets
* there are 25 widgets
* go to the widgets page
* only the latest 20 widgets should be visible
* go to the next page
* only the first 5 widgets should be visible
# vs.
Scenario: More than one page of widgets
Given there are 25 widgets
When I go to the widgets page
Then only the latest 20 widgets should be visible
When I go to the next page
Then only the first 5 widgets should be visible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment