Runner.prototype.code = function(code) {
  this.expect(expect.code(code));
  return this;
};