Sha256: 2f2a9614762812c6587f971f49e1fe2ae6f88367fda4bc1dc49ec04278ba7af5

Contents?: true

Size: 651 Bytes

Versions: 2

Compression:

Stored size: 651 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/"
    Then I should see "Admin Layout"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
middleman-core-3.0.0.beta.3 features/wildcard_page_helper.feature
middleman-core-3.0.0.beta.2 features/wildcard_page_helper.feature