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, 7 insertions, 0 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 new file mode 100644 index 0000000..a4b6e98 --- /dev/null +++ b/home-config/zsh/zsh-autosuggestions/spec/options/original_widget_prefix_spec.rb @@ -0,0 +1,7 @@ +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 |