zsh-autosuggestions/spec/options/use_async_spec.rb

8 lines
169 B
Ruby
Raw Permalink Normal View History

2017-02-17 03:18:03 +01:00
describe 'suggestion fetching' do
it 'is performed synchronously'
2017-02-17 03:18:03 +01:00
context 'when ZSH_AUTOSUGGEST_USE_ASYNC is set' do
it 'is performed asynchronously'
2017-02-17 03:18:03 +01:00
end
end