From 2df2838f40dc2dd71ffc24365ded7f34037c6ae5 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Mon, 26 Aug 2013 11:53:37 -0400 Subject: [PATCH] FIX: Failing spec --- spec/components/pretty_text_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/components/pretty_text_spec.rb b/spec/components/pretty_text_spec.rb index b41ba19bc77..6fa34c828c2 100644 --- a/spec/components/pretty_text_spec.rb +++ b/spec/components/pretty_text_spec.rb @@ -14,7 +14,7 @@ describe PrettyText do end it "produces a quote even with new lines in it" do - PrettyText.cook("[quote=\"EvilTrout, post:123, topic:456, full:true\"]ddd\n[/quote]").should match_html "

" + PrettyText.cook("[quote=\"EvilTrout, post:123, topic:456, full:true\"]ddd\n[/quote]").should match_html "

" end it "should produce a quote" do