We have 47 posts now in the tests.

This commit is contained in:
Parker Moore 2015-01-17 15:28:03 -08:00
parent 57b43e2229
commit 3fe80929ad
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 45, @site.posts.size
assert_equal 47, @site.posts.size
end
should "insert site.posts into the index" do