features/belongs_to.feature in yousty-activeadmin-1.0.4.pre vs features/belongs_to.feature in yousty-activeadmin-1.0.5.pre

- old
+ new

@@ -18,9 +18,12 @@ When I go to the last author's posts Then the "Posts" tab should be selected And I should not see a menu item for "Users" And I should see "Displaying 1 Post" And I should see a link to "Users" in the breadcrumb + And I should see a link to "Jane Doe" in the breadcrumb + When I follow "Edit" + Then I should see a link to "Hello World" in the breadcrumb Scenario: Viewing a child resource page Given a configuration of: """ ActiveAdmin.register User