Client.prototype.expectBody = function(expected) {
  this.expect(expect.body(expected));
  return this;
};