now can remove files

This commit is contained in:
2016-03-21 00:28:29 +01:00
parent 580cb95aa7
commit 20a3fdba03
12 changed files with 79 additions and 12 deletions

View File

@@ -33,6 +33,12 @@ describe("smartfile".yellow,function(){
smartfile.fsaction.copy("./test/mytest.yaml","./test/temp/mytestRenamed.yaml")
});
});
describe(".remove()",function(){
it("should remove an entire directory",function(){
});
it("should remove single files")
});
});
describe(".local".yellow,function(){
describe("toGulpStreamSync() and toGulpDestSync",function(){