fix failing post count test

Signed-off-by: Parker Moore <parkrmoore@gmail.com>
This commit is contained in:
Ben Balter 2014-01-06 19:55:53 -05:00 committed by Parker Moore
parent 9b3068c15d
commit f49ee21136
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 38, @site.posts.size
assert_equal 39, @site.posts.size
end
should "insert site.posts into the index" do