Update test_generated_site.rb to know about new post

This commit is contained in:
Parker Moore 2014-01-01 19:53:42 -08:00
parent 36495487a3
commit c7b649f792
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 37, @site.posts.size
assert_equal 38, @site.posts.size
end
should "insert site.posts into the index" do