diff options
Diffstat (limited to 'home-config/zsh/zsh-autosuggestions/spec/integrations/glob_subst_spec.rb')
-rw-r--r-- | home-config/zsh/zsh-autosuggestions/spec/integrations/glob_subst_spec.rb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/home-config/zsh/zsh-autosuggestions/spec/integrations/glob_subst_spec.rb b/home-config/zsh/zsh-autosuggestions/spec/integrations/glob_subst_spec.rb deleted file mode 100644 index c3dd671..0000000 --- a/home-config/zsh/zsh-autosuggestions/spec/integrations/glob_subst_spec.rb +++ /dev/null @@ -1,12 +0,0 @@ -describe 'with `GLOB_SUBST` option set' do - let(:after_sourcing) do - -> { - session.run_command('setopt GLOB_SUBST') - } - end - - it 'error messages are not printed' do - session.send_string('[[') - wait_for { session.content }.to eq('[[') - end -end |