Fixed tests using crookedneighbor's code

This commit is contained in:
hairlessbear
2015-05-27 12:06:19 -04:00
parent a0f3e02f74
commit 966f9d2aca

View File

@@ -94,6 +94,8 @@ describe "Push-Notifications", ->
cb(null, recipient)
find: (arg, arg2, cb) ->
cb(null, [recipient])
update: (arg, arg2) ->
{ exec: -> true}
}
groups.__set__('User', userMock)
done()