summaryrefslogtreecommitdiff
path: root/home-config/zsh/zsh-autosuggestions/spec/options/original_widget_prefix_spec.rb
blob: a4b6e98368df2dbcd894eb56fc62473338c0efc4 (plain)
1
2
3
4
5
6
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