update cucumber scenarios
[yosql.git] / yosql-verification / yosql-verification-yeps / src / test / resources / wtf / metio / yosql / yeps / YEP-1-read-data-from-database / YEP-1-read-data-from-database.feature
blobc9043e7d1b26fe9671027aa10664ab7f22a770a2
1 @YEP-1
2 Feature: Read data from a database
4   Developers should be able to use the generated code to read
5   data from a database using a blocking read statement.
7   @YEP-1-0 @YEP-1-0-0
8   Scenario: Using YoSQL's default configuration
9     Given YoSQL uses its defaults configuration
10     When an SQL statement gets converted to a read method
11     Then the generated methods looks as expected