1
0
Fork 0
mirror of https://github.com/zsh-users/zsh-autosuggestions.git synced 2025-01-31 01:28:17 +01:00
zsh-autosuggestions/spec/options/original_widget_prefix_spec.rb
2017-02-16 19:19:30 -07:00

7 lines
213 B
Ruby

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