diff options
Diffstat (limited to 'home-config/zsh/zsh-autosuggestions/spec/options/original_widget_prefix_spec.rb')
-rw-r--r-- | home-config/zsh/zsh-autosuggestions/spec/options/original_widget_prefix_spec.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/home-config/zsh/zsh-autosuggestions/spec/options/original_widget_prefix_spec.rb b/home-config/zsh/zsh-autosuggestions/spec/options/original_widget_prefix_spec.rb deleted file mode 100644 index a4b6e98..0000000 --- a/home-config/zsh/zsh-autosuggestions/spec/options/original_widget_prefix_spec.rb +++ /dev/null @@ -1,7 +0,0 @@ -describe 'an original zle widget' do - context 'is accessible with the default prefix' - - context 'when ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX is set' do - it 'is accessible with the specified prefix' - end -end |