fix failing post count test
Signed-off-by: Parker Moore <parkrmoore@gmail.com>
This commit is contained in:
parent
9b3068c15d
commit
f49ee21136
|
@ -14,7 +14,7 @@ class TestGeneratedSite < Test::Unit::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
should "ensure post count is as expected" do
|
should "ensure post count is as expected" do
|
||||||
assert_equal 38, @site.posts.size
|
assert_equal 39, @site.posts.size
|
||||||
end
|
end
|
||||||
|
|
||||||
should "insert site.posts into the index" do
|
should "insert site.posts into the index" do
|
||||||
|
|
Loading…
Reference in New Issue