fix post#output test

This commit is contained in:
Tom Preston-Werner 2008-10-20 23:36:44 -07:00
parent 93afa8ca72
commit 7c3cfad2df
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class TestPost < Test::Unit::TestCase
layouts = {"default" => "<<< {{ content }} >>>"} layouts = {"default" => "<<< {{ content }} >>>"}
p.add_layout(layouts) p.add_layout(layouts)
assert_equal "<<< <h1>Foo Bar</h1>\n\n\n\t<p>Best <strong>post</strong> ever</p> >>>", p.content assert_equal "<<< <h1>Foo Bar</h1>\n\n\n\t<p>Best <strong>post</strong> ever</p> >>>", p.output
end end
def test_write def test_write