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:
commit
e405a233c6
1 changed files with 2 additions and 1 deletions
|
@ -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 "---"
|
Loading…
Reference in a new issue