Fix last feature
This commit is contained in:
parent
2b29e09177
commit
dec27bc166
|
@ -25,7 +25,7 @@ Feature: frontmatter defaults
|
||||||
And I have a configuration file with "defaults" set to "[{scope: {path: ""}, values: {custom: "some special data", author: "Ben"}}]"
|
And I have a configuration file with "defaults" set to "[{scope: {path: ""}, values: {custom: "some special data", author: "Ben"}}]"
|
||||||
When I run jekyll build
|
When I run jekyll build
|
||||||
Then the _site directory should exist
|
Then the _site directory should exist
|
||||||
And I should see "<p>some special data</p><div>Ben</div>" in "_site/2013/09/11/default-data.html"
|
And I should see "<p>some special data</p>\n<div>Ben</div>" in "_site/2013/09/11/default-data.html"
|
||||||
And I should see "just some special data by Ben" in "_site/index.html"
|
And I should see "just some special data by Ben" in "_site/index.html"
|
||||||
|
|
||||||
Scenario: Override frontmatter defaults by path
|
Scenario: Override frontmatter defaults by path
|
||||||
|
|
Loading…
Reference in New Issue