function (cb) {
            agent
              .post('/api/v1/user')
              .send(user)
              .expect('Content-Type', /json/)