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