spec/lib/onebox/engine/image_onebox_spec.rb in onebox-1.7.3 vs spec/lib/onebox/engine/image_onebox_spec.rb in onebox-1.7.4

- old
+ new

@@ -34,10 +34,6 @@ end it "includes a direct link to the image" do expect(Onebox.preview('http://www.discourse.org/images/logo.png').to_s).to match(/<a.*png/) end - - it "doesn't inline single quotes" do - expect(Onebox.preview("http://host/path/to/Image'withquote.png").to_s).to match(/Image&apos;withquote/) - end end