describe('POST /reactions (reaction = bogus) - Duplicate (should be rejected)', function(){

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