2012-01-07 08:03:08 +01:00
|
|
|
Feature: Setting page settings through frontmatter
|
|
|
|
Scenario: Setting layout, ignoring, and disabling directory indexes through frontmatter
|
|
|
|
Given a successfully built app at "frontmatter-settings-app"
|
|
|
|
Then the following files should exist:
|
2012-01-08 02:21:26 +01:00
|
|
|
| build/proxied/index.html |
|
|
|
|
| build/no_index.html |
|
2012-01-07 08:03:08 +01:00
|
|
|
And the file "build/alternate_layout/index.html" should contain "Alternate layout"
|
|
|
|
And the following files should not exist:
|
2012-01-08 02:21:26 +01:00
|
|
|
| build/ignored/index.html |
|
|
|
|
| build/no_index/index.html |
|