Test to make sure frontmatter doesn't get left behind in template source
This commit is contained in:
parent
d12b3a95d2
commit
db890f904b
|
@ -4,4 +4,5 @@ Feature: YAML Front Matter
|
|||
Scenario: Rendering html
|
||||
Given the Server is running at "test-app"
|
||||
When I go to "/front-matter.html"
|
||||
Then I should see "<h1>This is the title</h1>"
|
||||
Then I should see "<h1>This is the title</h1>"
|
||||
Then I should not see "---"
|
Loading…
Reference in a new issue