Skip to content

Instantly share code, notes, and snippets.

@vuongtran
Created July 6, 2015 02:52
Show Gist options
  • Save vuongtran/a5b5e36a0480210481fb to your computer and use it in GitHub Desktop.
Save vuongtran/a5b5e36a0480210481fb to your computer and use it in GitHub Desktop.
Example scenario using in BDD
Scenario: Transferring money from current account to saving account
Given I have a current accout with 1000
And I have a saving account with 2000
When I transfer 500 from my current account to my savings account
Then I should have 500 in my current account
And I should have 2500 in my saving account
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment