From 4fa842de966d0f951ad009b32197f98d718443e6 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Sun, 22 May 2011 17:41:35 -0700 Subject: [PATCH] remove puts --- spec/helpers/notifications_helper_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/helpers/notifications_helper_spec.rb b/spec/helpers/notifications_helper_spec.rb index e60055808..e92902c4f 100644 --- a/spec/helpers/notifications_helper_spec.rb +++ b/spec/helpers/notifications_helper_spec.rb @@ -50,7 +50,6 @@ describe NotificationsHelper do it 'with more than three, lists the first three, then the others tag' do @note.stub!(:actors).and_return([@max, @sarah, @daniel, @ilya]) - puts output output.scan(/,/).count.should be 3 output.scan(/and/).count.should be 2 end