There are 59 test posts now

This commit is contained in:
Ashwin Maroli 2019-02-17 12:49:46 +05:30
parent d2adfb3cbb
commit 9f46819606
1 changed files with 1 additions and 1 deletions

View File

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