Increased number of posts in test_generated_site to account for special chars test
This commit is contained in:
parent
a55760d4ad
commit
875d55002b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue