Fix unit tests

This commit is contained in:
James Allen
2014-02-13 11:11:53 +00:00
parent 21bd3f18a9
commit e688913fcb
3 changed files with 2 additions and 68 deletions

View File

@@ -66,7 +66,7 @@ describe "CompileManager", ->
@CompileManager.clearProject @project_id, @callback
it "should remove the project directory", ->
@rimraf.calledWith("#{@Settings.compileDir}/#{@project_id}")
@rimraf.calledWith("#{@Settings.path.compilesDir}/#{@project_id}")
.should.equal true
it "should call the callback", ->