diff --git a/test/unit/blog_archives_block_test.rb b/test/unit/blog_archives_block_test.rb index da117de..5000a3f 100644 --- a/test/unit/blog_archives_block_test.rb +++ b/test/unit/blog_archives_block_test.rb @@ -172,6 +172,7 @@ class BlogArchivesBlockTest < ActiveSupport::TestCase private_post = fast_create(TextileArticle, :profile_id => profile.id, :parent_id => blog.id, :published => false, :published_at => Time.mktime(2012, 'jan')) assert_match /January \(1\)/, block.content({:person => person}) + assert_match /January \(1\)/, block.content() assert_match /January \(2\)/, block.content({:person => profile}) end end -- libgit2 0.21.2