To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorAllow nesting of layouts
- Scenarios
-
- 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"
- YAML Front Matter isn't clobbered with nested layouts
-
- Given
- the Server is running at "nested-layout-app"
- When
- I go to "/data-one.html"
- Then
- I should see "Page Number One"
- And
- I should see "Inner"
- When
- I go to "/data-two.html"
- Then
- I should see "Page Number Two"
- And
- I should not see "Inner"
- When
- I go to "/data-one.html"
- Then
- I should see "Page Number One"
- And
- I should see "Inner"
- When
- I go to "/data-two.html"
- Then
- I should see "Page Number Two"
- And
- I should not see "Inner"
Last published over 7 years ago by middleman.