1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Merge pull request #171 from bhollis/frontmatter

Frontmatter was not being removed from template source
This commit is contained in:
Thomas Reynolds 2011-11-27 23:27:59 -08:00
commit e405a233c6

View file

@ -5,3 +5,4 @@ Feature: YAML Front Matter
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 not see "---"