From db890f904b63c50927c480eb0b6e1c87269090c6 Mon Sep 17 00:00:00 2001 From: Ben Hollis Date: Sun, 27 Nov 2011 22:15:56 -0800 Subject: [PATCH] Test to make sure frontmatter doesn't get left behind in template source --- features/front-matter.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/front-matter.feature b/features/front-matter.feature index c8c87bd0..37d8d3ba 100644 --- a/features/front-matter.feature +++ b/features/front-matter.feature @@ -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 "

This is the title

" \ No newline at end of file + Then I should see "

This is the title

" + Then I should not see "---" \ No newline at end of file