Revert small change to a test

pull/134/merge
Ruben Daniels 2015-08-24 22:21:01 -07:00
rodzic 2acc8720cb
commit 947003f015
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -304,7 +304,7 @@ describe("cli.publish", function(){
it("should remove a package locally", function(done){
runCLI("remove", ["--local", "c9.ide.example"], function(err, stdout, stderr){
expect(stdout).to.match(/Successfully removed c9.ide.example/);
expect(fs.existsSync(pluginDir)).ok;
expect(fs.existsSync(pluginDir)).not.ok;
done();
});
});