blob: 74201b92a39be30cc03548027c212a0454975d9b (
plain)
1
2
3
4
5
6
7
8
9
10
|
Feature: named queries:
save, use and delete named queries
Scenario: save, use and delete named queries
When we connect to test database
then we see database connected
when we save a named query
then we see the named query saved
when we delete a named query
then we see the named query deleted
|