You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
213 B

  1. describe 'an original zle widget' do
  2. context 'is accessible with the default prefix'
  3. context 'when ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX is set' do
  4. it 'is accessible with the specified prefix'
  5. end
  6. end