Move off-by-default extensions into middleman-more, make middleman-more itself an extension
This commit is contained in:
parent
182ad87ad3
commit
1cad726c81
92 changed files with 902 additions and 758 deletions
|
@ -7,13 +7,4 @@ Feature: Wildcards in Page helper
|
|||
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"
|
Loading…
Add table
Add a link
Reference in a new issue