Increased number of posts in test_generated_site to account for special chars test

This commit is contained in:
Eldritch Cheese
2016-11-27 07:59:56 -05:00
parent a55760d4ad
commit 875d55002b

View File

@@ -11,7 +11,7 @@ class TestGeneratedSite < JekyllUnitTest
end
should "ensure post count is as expected" do
assert_equal 50, @site.posts.size
assert_equal 51, @site.posts.size
end
should "insert site.posts into the index" do