An interesting story
/path/to/story
Narrative:
In order to renovate my house
As a customer
I want to get a loan
Scenario: I ask for a loan
GivenStories: [/given/story1,/given/story2]
Given I have a balance of $50
!-- A comment
When I request $20
When I ask Liz for a loan of $100
Then I should have a balance of $30 (PENDING)
Then I should have $20 (NOT PERFORMED)
Then I don't return loan (FAILED)
Examples:
Given money <money>
Then I give it to <to>
money | to |
---|---|
$30 | Mauro |
$50 | Paul |