features/index/index_scope_to.feature in activeadmin-0.4.1 vs features/index/index_scope_to.feature in activeadmin-0.4.2
- old
+ new
@@ -25,5 +25,8 @@
Scenario: Viewing the default scope counts
When I am on the index page for posts
Then I should see the scope "All" selected
And I should see the scope "All" with the count 2
And I should see 2 posts in the table
+
+ When I follow "Published"
+ Then I should see 1 posts in the table