Runner.prototype.exist = function(path) {
  this.expect(expect.exists(path));
  return this;
};