Feature: Helpers Scenario: `path_list` helper Given a fixture app "path-list-app" When I run `middleman build --verbose` Then the exit status should be 0 And the helper result "build/index.html" should contain '

No Path List

' And the helper result "build/page/list/index.html" should contain: """
  • page:/page/
  • list:/page/list/
  • """ Scenario: `breadcrumbs` helper Given a fixture app "breadcrumbs-app" When I run `middleman build --verbose` Then the exit status should be 0 # /index.html And the helper result "build/index.html" should contain '