sped up unit tests to improve speed

also removed some unneeded requires.
This commit is contained in:
Henry Oswald
2016-03-09 12:51:19 +00:00
parent a33b480c67
commit 940586f654
22 changed files with 33 additions and 16 deletions
@@ -505,7 +505,6 @@ describe 'ProjectEntityHandler', ->
@ProjectModel.putElement = (project_id, folder_id, doc, type, callback)-> callback(null, {path:{fileSystem:opts.path}})
@tpdsUpdateSender.addFile = (options)=>
console.log @project.name, options.project_name
options.project_id.should.equal project_id
options.path.should.equal opts.path
options.project_name.should.equal @project.name