Sha256: f77c3dc4f44a169ee7f337f817e07d06c99887365fd48c57ab15e5e36647b11d
Contents?: true
Size: 612 Bytes
Versions: 47
Compression:
Stored size: 612 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
47 entries across 47 versions & 2 rubygems