Commit ec09b0fbcb83872b16e109c615d7b8d4908acfa0
1 parent
0bf6aae7
Exists in
master
and in
29 other branches
Adjusting test
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
test/unit/blog_helper_test.rb
... | ... | @@ -17,6 +17,7 @@ class BlogHelperTest < Test::Unit::TestCase |
17 | 17 | attr :blog |
18 | 18 | |
19 | 19 | def _(s); s; end |
20 | + def h(s); s; end | |
20 | 21 | |
21 | 22 | should 'list published posts with class blog-post' do |
22 | 23 | blog.children << published_post = TextileArticle.create!(:name => 'Post', :profile => profile, :parent => blog, :published => true) | ... | ... |