Feature: Customer Uses Invalid Card

Scenario: Customer Uses Invalid Card
  Given I have a card that is no longer valid
  When I insert this card into an ATM
  Then 
the ATM should tell me that the card is invalid

the issuer of the card will be notified about the usage
(cust-ID, time-stamp)

the ATM should retain the card to be sent back to the
issuer


and the ATM should return to initial state.