zsh-autosuggestions/spec/options/use_async_spec.rb
2017-02-16 19:19:30 -07:00

8 lines
171 B
Ruby

describe 'suggestion fetching' do
it 'is performed asynchronously'
context 'when ZSH_AUTOSUGGEST_USE_ASYNC is unset' do
it 'is performed synchronously'
end
end