From 79b177b24870d2c9d413bc837a238424d0f69ca1 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Tue, 9 Feb 2016 18:20:34 -0500 Subject: [PATCH] add content to fixtures --- spec/fixtures/_posts/2015-01-01-post.md | 2 ++ spec/fixtures/_posts/2015-01-02-other-post.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/spec/fixtures/_posts/2015-01-01-post.md b/spec/fixtures/_posts/2015-01-01-post.md index bd3048e..a91a54d 100644 --- a/spec/fixtures/_posts/2015-01-01-post.md +++ b/spec/fixtures/_posts/2015-01-01-post.md @@ -3,3 +3,5 @@ title: Some "post" & a test description: A post layout: default --- + +Blah blah diff --git a/spec/fixtures/_posts/2015-01-02-other-post.md b/spec/fixtures/_posts/2015-01-02-other-post.md index 0d6905d..bb25167 100644 --- a/spec/fixtures/_posts/2015-01-02-other-post.md +++ b/spec/fixtures/_posts/2015-01-02-other-post.md @@ -1,3 +1,5 @@ --- layout: default --- + +Blah blah