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 collaboratorWildcards in Page helper
- Scenarios
-
- 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"
- 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"
Last published over 7 years ago by middleman.