mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
7 lines
213 B
Ruby
7 lines
213 B
Ruby
describe 'an original zle widget' do
|
|
context 'is accessible with the default prefix'
|
|
|
|
context 'when ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX is set' do
|
|
it 'is accessible with the specified prefix'
|
|
end
|
|
end
|