remove stray puts from spec
This commit is contained in:
parent
bcf7dc38c2
commit
d4c28f6fcb
|
@ -1099,8 +1099,6 @@ HTML
|
|||
<p><img src="/images/transparent.png" alt="upload" data-orig-src="upload://abcABC.png"></p>
|
||||
HTML
|
||||
|
||||
puts PrettyText.cook(raw)
|
||||
|
||||
expect(PrettyText.cook(raw)).to eq(cooked.strip)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue