From a0aca83c12d0ee4717b853e52e3e8ad9b6aa35b6 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 19 Dec 2017 17:55:33 -0500 Subject: [PATCH] FIX: Broken 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 114ae5e4f77..e0aba3b7dc9 100644 --- a/spec/components/pretty_text_spec.rb +++ b/spec/components/pretty_text_spec.rb @@ -386,7 +386,7 @@ describe PrettyText do end it "should keep details" do - expect(PrettyText.excerpt("
expand

hello

", 30)).to match_html "
expand
" + expect(PrettyText.excerpt("
expand

hello

", 30)).to match_html "
expand
" end it "should remove meta informations" do