Remove :set --cycle completion test

This commit is contained in:
Florian Bruhin 2016-11-24 07:34:07 +01:00
parent 8ac16c0c4c
commit 002e30a6ca

View File

@ -66,10 +66,6 @@ Feature: Using completion
When I run :set-cmd-text -s :set colors statusbar.bg
Then the completion model should be SettingValueCompletionModel
Scenario: Using value completion multiple times
When I run :set-cmd-text -s :set --cycle colors statusbar.bg black
Then the completion model should be SettingValueCompletionModel
Scenario: Updating the completion in realtime
Given I have a fresh instance
And I set completion -> quick-complete to false