summaryrefslogtreecommitdiffstats
path: root/tests/features/specials.feature
diff options
context:
space:
mode:
authorIryna Cherniavska <i.chernyavska@gmail.com>2015-09-06 10:18:21 -0700
committerIryna Cherniavska <i.chernyavska@gmail.com>2015-09-06 10:18:21 -0700
commit6664337a85ede3fc2955cf4b43423efbf009466e (patch)
tree8cf9715497fa36959c605b72a3ca6d036ffa722e /tests/features/specials.feature
parent62af9d3a96362b5bd5a2f6fafc0950ce6ee92dbd (diff)
Functional test for refresh command.
Diffstat (limited to 'tests/features/specials.feature')
-rw-r--r--tests/features/specials.feature10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/features/specials.feature b/tests/features/specials.feature
new file mode 100644
index 00000000..5ea88ac5
--- /dev/null
+++ b/tests/features/specials.feature
@@ -0,0 +1,10 @@
+Feature: Special commands
+
+ @wip
+ Scenario: run refresh command
+ Given we have pgcli installed
+ when we run pgcli
+ and we wait for prompt
+ and we refresh completions
+ and we wait for prompt
+ then we see completions refresh started