Files
dotfiles/.zprezto/modules/autosuggestions/external/spec/options/use_async_spec.rb
2018-08-12 15:26:21 +03:00

8 lines
169 B
Ruby

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