Test to make sure frontmatter doesn't get left behind in template source

This commit is contained in:
Ben Hollis 2011-11-27 22:15:56 -08:00
parent d12b3a95d2
commit db890f904b

View file

@ -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 "---"