middleman/middleman-core/features/wildcard_page_helper.feature

10 lines
344 B
Gherkin
Raw Normal View History

2011-12-07 11:26:49 -08:00
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"