mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
9 lines
307 B
Gherkin
9 lines
307 B
Gherkin
|
Feature: Allow nesting of layouts
|
||
|
|
||
|
Scenario: A page uses an inner layout when uses an outer layout
|
||
|
Given the Server is running at "nested-layout-app"
|
||
|
When I go to "/index.html"
|
||
|
Then I should see "Template"
|
||
|
And I should see "Inner"
|
||
|
And I should see "Outer"
|
||
|
And I should see "Master"
|