it('sets a cookie in the response', function () {
        return callApp(app).then(function (conn) {
          assert(conn.response.headers['Set-Cookie']);
        });
      });