describe('PUT /reactions /definition (reaction = bogus | definitionIndex = 0) - Vote down - should be ok', function(){

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