2011-11-05 08:10:26 +00:00
|
|
|
Feature: Pagination
|
|
|
|
As a designer
|
|
|
|
In order to display a sensible amount of items per page
|
|
|
|
I want to be able to paginate through models
|
|
|
|
|
|
|
|
Scenario: Paginating through a model
|
2011-11-05 08:17:30 +00:00
|
|
|
Given I have a site set up
|
2011-11-05 08:10:26 +00:00
|
|
|
Then I should be able to display paginated models
|