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

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