Fix tests

This commit is contained in:
Shane Kilkelly 2016-08-11 14:23:25 +01:00
parent ce039f8cd3
commit 276241495b

View file

@ -200,11 +200,6 @@ describe "CollaboratorsHandler", ->
.calledWith(@project_id)
.should.equal true
it "should send an email to the shared-with user", ->
@CollaboratorsEmailHandler.notifyUserOfProjectShare
.calledWith(@project_id, @email)
.should.equal true
it "should add the user as a contact for the adding user", ->
@ContactManager.addContact
.calledWith(@adding_user_id, @user_id)