2017-02-16 19:18:03 -07:00
|
|
|
describe 'suggestion fetching' do
|
2017-04-14 08:48:54 -06:00
|
|
|
it 'is performed synchronously'
|
2017-02-16 19:18:03 -07:00
|
|
|
|
2017-04-14 08:48:54 -06:00
|
|
|
context 'when ZSH_AUTOSUGGEST_USE_ASYNC is set' do
|
|
|
|
it 'is performed asynchronously'
|
2017-02-16 19:18:03 -07:00
|
|
|
end
|
|
|
|
end
|