zsh-autosuggestions/spec/options/original_widget_prefix_spec.rb

8 lines
213 B
Ruby
Raw Permalink Normal View History

2017-02-17 03:18:03 +01:00
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