Sha256: 9ca225f1293e09fa62e6926541de979b384e21cc1a8f093d4bdc7a1453b9b470

Contents?: true

Size: 655 Bytes

Versions: 7

Compression:

Stored size: 655 Bytes

Contents

Feature: Wildcards in Page helper

  Scenario: Setting the layout for a folder
    Given the Server is running at "wildcard-app"
    When I go to "/index.html"
    Then I should see "Normal Layout"
    When I go to "/admin/index.html"
    Then I should see "Admin Layout"
    When I go to "/admin/page.html"
    Then I should see "Admin Layout"
    
  Scenario: Setting the layout for a folder
    Given the Server is running at "wildcard-directory-index-app"
    When I go to "/"
    Then I should see "Normal Layout"
    When I go to "/admin/"
    Then I should see "Admin Layout"
    When I go to "/admin/page.html"
    Then I should see "Admin Layout"

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
middleman-core-3.0.0.beta.1 features/wildcard_page_helper.feature
middleman-core-3.0.0.alpha.9 features/wildcard_page_helper.feature
middleman-core-3.0.0.alpha.8 features/wildcard_page_helper.feature
middleman-core-3.0.0.alpha.7 features/wildcard_page_helper.feature
middleman-3.0.0.alpha.6 features/wildcard_page_helper.feature
middleman-3.0.0.alpha.5 features/wildcard_page_helper.feature
middleman-3.0.0.alpha.4 features/wildcard_page_helper.feature