remove stray puts

This commit is contained in:
Maxwell Salzberg 2011-08-10 10:32:44 -07:00
parent 4bff560a30
commit 8df5ba0c77

View file

@ -123,7 +123,6 @@ describe Notifier do
end
it 'can handle a activity streams photo' do
puts "boner"
reshare = Factory(:activity_streams_photo)
like = reshare.likes.create!(:author => bob.person)
mail = Notifier.liked(alice.id, like.author.id, like.id)