Making rake test happy on 1.8.7

This commit is contained in:
Nick Quaranto 2009-01-27 17:11:26 -05:00
parent d0f46c2120
commit 2303115235
1 changed files with 0 additions and 1 deletions

View File

@ -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