mirror of
https://github.com/bvanroll/my-old-dotfiles.git
synced 2025-08-29 03:52:48 +00:00
8 lines
169 B
Ruby
Executable File
8 lines
169 B
Ruby
Executable File
describe 'suggestion fetching' do
|
|
it 'is performed synchronously'
|
|
|
|
context 'when ZSH_AUTOSUGGEST_USE_ASYNC is set' do
|
|
it 'is performed asynchronously'
|
|
end
|
|
end
|