From ec09b0fbcb83872b16e109c615d7b8d4908acfa0 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 28 Apr 2010 15:04:59 -0300 Subject: [PATCH] Adjusting test --- test/unit/blog_helper_test.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/test/unit/blog_helper_test.rb b/test/unit/blog_helper_test.rb index 6b7aadf..a640196 100644 --- a/test/unit/blog_helper_test.rb +++ b/test/unit/blog_helper_test.rb @@ -17,6 +17,7 @@ class BlogHelperTest < Test::Unit::TestCase attr :blog def _(s); s; end + def h(s); s; end should 'list published posts with class blog-post' do blog.children << published_post = TextileArticle.create!(:name => 'Post', :profile => profile, :parent => blog, :published => true) -- libgit2 0.21.2