zsh-autosuggestions/spec/options/use_async_spec.rb

8 lines
171 B
Ruby
Raw Normal View History

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