Created
December 11, 2019 15:57
-
-
Save mariorez/5e5894f4302004b2361ee8b88942db45 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
given: 'open a database connection' | |
// code goes here | |
and: 'seed the customer table' | |
// code goes here | |
and: 'seed the product table' | |
// code goes here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment