Sha256: 9f9d93231416e1ac9b7ccb69e515d739c49037dfcd2d98c600d4b7165f8ae464
Contents?: true
Size: 609 Bytes
Versions: 12
Compression:
Stored size: 609 Bytes
Contents
Feature: Breadcrumb Background: Given I am logged in Scenario: Default breadcrumb links Given a configuration of: """ ActiveAdmin.register Post do end """ When I am on the new post page Then I should see a link to "Post" in the breadcrumb Scenario: Rewritten breadcrumb links Given a configuration of: """ ActiveAdmin.register Post do breadcrumb do [ link_to('test', '/admin/test/url') ] end end """ When I am on the new post page Then I should see a link to "test" in the breadcrumb
Version data entries
12 entries across 12 versions & 3 rubygems