added logger.info to test setup

This commit is contained in:
Henry Oswald 2016-05-24 14:12:02 +01:00
parent 448a30750b
commit 5ed6ef571f

View file

@ -14,7 +14,7 @@ describe "CompileManager", ->
"./OutputFileFinder": @OutputFileFinder = {}
"./OutputCacheManager": @OutputCacheManager = {}
"settings-sharelatex": @Settings = { path: compilesDir: "/compiles/dir" }
"logger-sharelatex": @logger = { log: sinon.stub() }
"logger-sharelatex": @logger = { log: sinon.stub() , info:->}
"child_process": @child_process = {}
"./CommandRunner": @CommandRunner = {}
"./DraftModeManager": @DraftModeManager = {}