describe('PUT /reactions /definition (reaction = bogus | definitionIndex = 1000) - Vote down - not a valid definition index', function(){

      it('respond with HTTP STATUS CODE 404', function(done){
        request(app)
          .put(baseUrl + '/reactions/bogus/definitions/1000')