Client.prototype.expectValue = function(key, val) {
  this.expect(expect.value(key, val));
  return this;
};