Last active
November 25, 2019 18:59
-
-
Save mario-rezende-ifood/407eb718f5e3677d45fea905cac1f1bb 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
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