SERVICE CREDIT CARD DOMAIN EVENT PUBLISHER CREDIT CARD REPOSITORY CONSUMER (MAIL, REPORT, ETC) def 'should be able to get card when born in 70s or later'() { when: cardApplicationController.applyForCard(new CardApplication("70345678")) then: events.poll().getPayload().contains("card-granted") }