features/index/pagination.feature in activeadmin-0.2.2 vs features/index/pagination.feature in activeadmin-0.3.0
- old
+ new
@@ -3,15 +3,9 @@
Background:
Given an index configuration of:
"""
ActiveAdmin.register Post
"""
-
- Scenario: Viewing index when no resources exist
- When I am on the index page for posts
- Then I should see "No Posts found"
- And I should not see pagination
-
Scenario: Viewing index when one page of resources exist
Given 20 posts exist
When I am on the index page for posts
Then I should see "Displaying all 20 Posts"
And I should not see pagination