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