diff --git a/spec/components/pretty_text_spec.rb b/spec/components/pretty_text_spec.rb index 71da86ead13..0b9d317d890 100644 --- a/spec/components/pretty_text_spec.rb +++ b/spec/components/pretty_text_spec.rb @@ -1224,7 +1224,7 @@ HTML ![](http://png.com/my.png) ![|220x100](http://png.com/my.png) ![stuff](http://png.com/my.png) - ![|220x100,50%](http://png.com/my.png) + ![|220x100,50%](http://png.com/my.png "some title") MD html = <<~HTML @@ -1232,7 +1232,7 @@ HTML

stuff
-

+

HTML expect(cooked).to eq(html.strip)