Update unit tests.
This commit is contained in:
@@ -9,7 +9,7 @@ describe "UserCreator", ->
|
||||
|
||||
beforeEach ->
|
||||
self = @
|
||||
@user = {_id:"12390i"}
|
||||
@user = {_id:"12390i", ace: {}}
|
||||
@user.save = sinon.stub().callsArgWith(0)
|
||||
@UserModel = class Project
|
||||
constructor: ->
|
||||
|
||||
Reference in New Issue
Block a user