From d4c28f6fcbcefb9df05fe039e4798c632aaf22cd Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 22 Aug 2017 11:46:51 -0400 Subject: [PATCH] remove stray puts from spec --- spec/components/pretty_text_spec.rb | 2 -- 1 file changed, 2 deletions(-) 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

upload

HTML - puts PrettyText.cook(raw) - expect(PrettyText.cook(raw)).to eq(cooked.strip) end