Created
January 13, 2016 20:07
-
-
Save rianby64/bfb4f7391e6e34973745 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: Refund item | |
Scenario: Jeff returns a faulty microwave | |
Given Jeff has bought a microwave for $100 | |
And he has a receipt | |
When he returns the microwave | |
Then Jeff should be refunded $100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment