Runner.prototype.notExist = function(path) {
  this.expect(expect.notExists(path));
  return this;
};