refund.feature 279 B

12345678910
  1. @important
  2. Feature: Refund item
  3. In order to get satisfaction
  4. As a customer
  5. I need to be able to get refunds
  6. Scenario: Jeff returns a faulty microwave
  7. Given Jeff has bought a microwave for "$100"
  8. When he returns the microwave
  9. Then Jeff should be refunded $100