remove stray puts
This commit is contained in:
parent
4bff560a30
commit
8df5ba0c77
1 changed files with 0 additions and 1 deletions
|
|
@ -123,7 +123,6 @@ describe Notifier do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'can handle a activity streams photo' do
|
it 'can handle a activity streams photo' do
|
||||||
puts "boner"
|
|
||||||
reshare = Factory(:activity_streams_photo)
|
reshare = Factory(:activity_streams_photo)
|
||||||
like = reshare.likes.create!(:author => bob.person)
|
like = reshare.likes.create!(:author => bob.person)
|
||||||
mail = Notifier.liked(alice.id, like.author.id, like.id)
|
mail = Notifier.liked(alice.id, like.author.id, like.id)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue