From 7c07079ed9e5cf0534b2ab3677f8167dfc718dd9 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Mon, 26 Aug 2013 12:46:28 -0400 Subject: [PATCH] Revert "FIX: Failing spec" This reverts commit 2df2838f40dc2dd71ffc24365ded7f34037c6ae5. --- 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 6fa34c828c2..b41ba19bc77 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