describe('date format is "MMM" (month initials)', function() {
      beforeEach(function() {
        $locale.id = 'en-US';
        parser = $dateParser({format: 'MMM'});
      });