Skip to content

Instantly share code, notes, and snippets.

@BaylorRae
Created November 8, 2016 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BaylorRae/61e9b3de75336c8cb4ca7b3a3df267a7 to your computer and use it in GitHub Desktop.
Save BaylorRae/61e9b3de75336c8cb4ca7b3a3df267a7 to your computer and use it in GitHub Desktop.
Feature: offer price
Scenario: accept offer price
Given I offer a price of "5.75"
When the price is accepted
Then I should be able to send payment
Feature: offer price
Scenario: accept offer price
Given buyer offers a price of "5.75"
And buyer2 offers a price of "6.00"
When seller accepts the "6.00" price
Then buyer should not be able to send payment
And buyer2 should be able to send payment
Feature: offer price
Scenario: accept offer price
Given buyer offers a price of "5.75"
When seller accepts the price
Then buyer should be able to send payment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment