mkdir p changed so it does not get entire project, now without doc lines

This commit is contained in:
Henry Oswald
2014-11-27 12:07:49 +00:00
parent 63deb0a508
commit 0bc76b6d92
2 changed files with 5 additions and 4 deletions
@@ -77,6 +77,7 @@ describe 'ProjectEntityHandler', ->
@parentFolder_id = "1jnjknjk"
@newFolder = {_id:"newFolder_id_here"}
@lastFolder = {_id:"123das", folders:[]}
@ProjectGetter.getProjectWithoutDocLines = sinon.stub().callsArgWith(1, null, @project)
@projectLocator.findElementByPath = (project_id, path, cb)=>
@parentFolder = {_id:"parentFolder_id_here"}
lastFolder = path.substring(path.lastIndexOf("/"))