From dec27bc1669f1b3aa7cdf3f0754e5688d7ee58f0 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 17 Jan 2015 14:48:14 -0800 Subject: [PATCH] Fix last feature --- features/frontmatter_defaults.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/frontmatter_defaults.feature b/features/frontmatter_defaults.feature index 3ebfd59c..a9a64ae2 100644 --- a/features/frontmatter_defaults.feature +++ b/features/frontmatter_defaults.feature @@ -25,7 +25,7 @@ Feature: frontmatter defaults And I have a configuration file with "defaults" set to "[{scope: {path: ""}, values: {custom: "some special data", author: "Ben"}}]" When I run jekyll build Then the _site directory should exist - And I should see "

some special data

Ben
" in "_site/2013/09/11/default-data.html" + And I should see "

some special data

\n
Ben
" in "_site/2013/09/11/default-data.html" And I should see "just some special data by Ben" in "_site/index.html" Scenario: Override frontmatter defaults by path