Expect 41 posts, not just 40.
This commit is contained in:
parent
795d240379
commit
9fe22546be
|
@ -14,7 +14,7 @@ class TestGeneratedSite < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
should "ensure post count is as expected" do
|
||||
assert_equal 40, @site.posts.size
|
||||
assert_equal 41, @site.posts.size
|
||||
end
|
||||
|
||||
should "insert site.posts into the index" do
|
||||
|
|
Loading…
Reference in New Issue