Expect 41 posts, not just 40.

This commit is contained in:
Parker Moore 2014-04-02 15:10:28 -04:00
parent 795d240379
commit 9fe22546be
1 changed files with 1 additions and 1 deletions

View File

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