Add a new post, bump @site.posts.size

This commit is contained in:
Parker Moore 2013-07-22 12:22:47 +02:00
parent f883acc664
commit 81a7b22672
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,14 @@
---
layout: post
title: Post Excerpt with Layout
---
First paragraph with [link ref][link].
Second paragraph
---
Third paragraph
[link]: http://www.jekyllrb.com/

View File

@ -14,7 +14,7 @@ class TestGeneratedSite < Test::Unit::TestCase
end
should "ensure post count is as expected" do
assert_equal 34, @site.posts.size
assert_equal 35, @site.posts.size
end
should "insert site.posts into the index" do