describe('POST /reactions (reaction = bogus) - Null body', function(){

      it('respond with HTTP STATUS CODE 400', function(done){
        request(app)
          .post(baseUrl + '/reactions')