diff --git a/services/web/test/unit_frontend/coffee/ide/editor/directives/cmEditorTests.coffee b/services/web/test/unit_frontend/coffee/ide/editor/directives/cmEditorTests.coffee index 1200d6105c..f7667e74cc 100644 --- a/services/web/test/unit_frontend/coffee/ide/editor/directives/cmEditorTests.coffee +++ b/services/web/test/unit_frontend/coffee/ide/editor/directives/cmEditorTests.coffee @@ -13,12 +13,12 @@ define ['ide/editor/directives/cmEditor'], () -> } it 'inits Rich Text', () -> - inject ($compile, $rootScope) -> + inject ($compile, $rootScope) => $compile('
')($rootScope) expect(@richTextInit).to.have.been.called it 'attaches to CM', () -> - inject ($compile, $rootScope, $browser) -> + inject ($compile, $rootScope, $browser) => getSnapshot = sinon.stub() detachFromCM = sinon.stub() attachToCM = sinon.stub() @@ -40,7 +40,7 @@ define ['ide/editor/directives/cmEditor'], () -> expect(attachToCM).to.have.been.called it 'detaches from CM when destroyed', () -> - inject ($compile, $rootScope) -> + inject ($compile, $rootScope) => @richTextInit.returns({ setValue: sinon.stub() }) detachFromCM = sinon.stub() $rootScope.sharejsDoc = {