From d8cc3b7b61acbdf3314176393a0fa23397eed308 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Thu, 16 Oct 2014 16:02:31 +0100 Subject: [PATCH] fixed leaky test --- .../test/UnitTests/coffee/Compile/CompileControllerTests.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/test/UnitTests/coffee/Compile/CompileControllerTests.coffee b/services/web/test/UnitTests/coffee/Compile/CompileControllerTests.coffee index fe456995ad..d75b14faf4 100644 --- a/services/web/test/UnitTests/coffee/Compile/CompileControllerTests.coffee +++ b/services/web/test/UnitTests/coffee/Compile/CompileControllerTests.coffee @@ -11,6 +11,7 @@ describe "CompileController", -> beforeEach -> @CompileManager = compile: sinon.stub() + @ClsiManager = {} @CompileController = SandboxedModule.require modulePath, requires: "settings-sharelatex": @settings = apis: