mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-15 00:55:16 -05:00
Increased number of posts in test_generated_site to account for special chars test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user