summaryrefslogtreecommitdiffstats
path: root/tests/features/crud_database.feature
diff options
context:
space:
mode:
authorIryna Cherniavska <i.chernyavska@gmail.com>2015-08-24 22:46:18 -0700
committerAmjith Ramanujam <amjith.r@gmail.com>2015-08-25 19:35:40 -0700
commit037e8c84a08de6206af1a1d1ade5fb7b3c79aa4d (patch)
tree588b60f485d7e992f8a108bbf9e1c615801985c6 /tests/features/crud_database.feature
parent7cb4f461d39c31e0255f5c058822efb35562a151 (diff)
Minor test changes.
Diffstat (limited to 'tests/features/crud_database.feature')
-rw-r--r--tests/features/crud_database.feature4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/features/crud_database.feature b/tests/features/crud_database.feature
index 8b40a0ec..e0a3fd64 100644
--- a/tests/features/crud_database.feature
+++ b/tests/features/crud_database.feature
@@ -11,8 +11,6 @@ Feature: manipulate databases:
then we see database dropped
when we connect to postgres
then we see database connected
- when we send "ctrl + d"
- then pgcli exits
Scenario: connect and disconnect from test database
Given we have pgcli installed
@@ -22,5 +20,3 @@ Feature: manipulate databases:
then we see database connected
when we connect to postgres
then we see database connected
- when we send "ctrl + d"
- then pgcli exits