summaryrefslogtreecommitdiffstats
path: root/tests/features/crud_database.feature
diff options
context:
space:
mode:
authorIryna Cherniavska <i.chernyavska@gmail.com>2015-08-05 08:50:54 -0700
committerIryna Cherniavska <i.chernyavska@gmail.com>2015-08-05 08:50:54 -0700
commit10d76fb97864076d45b401fc3ae0d3d03632874f (patch)
treef0542ff30a5200d3460c991888514de0e1feab87 /tests/features/crud_database.feature
parent2c9056133ae488b2534c61485e92007a525a0a30 (diff)
Fixes for test database being in use problem.
Diffstat (limited to 'tests/features/crud_database.feature')
-rw-r--r--tests/features/crud_database.feature2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/features/crud_database.feature b/tests/features/crud_database.feature
index 6657e391..8b40a0ec 100644
--- a/tests/features/crud_database.feature
+++ b/tests/features/crud_database.feature
@@ -9,6 +9,8 @@ Feature: manipulate databases:
then we see database created
when we drop database
then we see database dropped
+ when we connect to postgres
+ then we see database connected
when we send "ctrl + d"
then pgcli exits