describe('PUT /reactions /definition (reaction = xxxfoobarxxx | definitionIndex = 0) - Reaction cannot be found', function(){

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