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