remove stray puts from spec

This commit is contained in:
Sam 2017-08-22 11:46:51 -04:00
parent bcf7dc38c2
commit d4c28f6fcb
1 changed files with 0 additions and 2 deletions

View File

@ -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