diff --git a/spec/components/pretty_text_spec.rb b/spec/components/pretty_text_spec.rb index f2d4225179a..4015ad3301c 100644 --- a/spec/components/pretty_text_spec.rb +++ b/spec/components/pretty_text_spec.rb @@ -1099,8 +1099,6 @@ HTML
HTML - puts PrettyText.cook(raw) - expect(PrettyText.cook(raw)).to eq(cooked.strip) end