change test-appveyor to test-spec and add test-clean method to clean up after tests

This commit is contained in:
Sebastian McKenzie
2014-11-11 23:27:01 +11:00
parent c4e162b8e5
commit b5bdba46f1
3 changed files with 8 additions and 8 deletions

View File

@@ -149,7 +149,3 @@ _.each(fs.readdirSync(fixtureLoc), function (binName) {
});
});
});
after(function () {
rimraf.sync(tmpLoc);
});