Making rake test happy on 1.8.7
This commit is contained in:
parent
d0f46c2120
commit
2303115235
|
@ -11,7 +11,6 @@ class TestGeneratedSite < Test::Unit::TestCase
|
|||
|
||||
def test_site_posts_in_index
|
||||
# confirm that {{ site.posts }} is working
|
||||
puts @s.posts.size
|
||||
assert @index.include?("#{@s.posts.size} Posts")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue