it('removes all documents', function (next) {
        createTestUsers(function () {
          agent
            .delete('/api/v1/user')
            .expect('Content-Type', /json/)