diff --git a/test/test_post.rb b/test/test_post.rb index 091d4f07..9228839d 100644 --- a/test/test_post.rb +++ b/test/test_post.rb @@ -47,7 +47,7 @@ class TestPost < Test::Unit::TestCase layouts = {"default" => "<<< {{ content }} >>>"} p.add_layout(layouts) - assert_equal "<<<

Foo Bar

\n\n\n\t

Best post ever

>>>", p.content + assert_equal "<<<

Foo Bar

\n\n\n\t

Best post ever

>>>", p.output end def test_write