2011-10-24 12:52:43 +00:00
|
|
|
Feature: Has Many Association
|
|
|
|
As a designer
|
|
|
|
In order to make dealing with models easier
|
|
|
|
I want to be able to display other models that have a has many association
|
|
|
|
|
|
|
|
Scenario: Paginating a has many association
|
2011-11-05 08:17:30 +00:00
|
|
|
Given I have a site set up
|
|
|
|
Then I should be able to view a paginaed list of a has many association
|