summaryrefslogtreecommitdiff
path: root/home-config/zsh/zsh-autosuggestions/spec/integrations/rebound_bracket_spec.rb
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-10-01 11:55:23 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-10-01 11:55:23 -0400
commit6b5acbc8c00045a7926c2f295fb03ae4b0459305 (patch)
treec2df0f30d8eade2a2211b53c5a62a0bc71496045 /home-config/zsh/zsh-autosuggestions/spec/integrations/rebound_bracket_spec.rb
parentpackage lavanda gtk theme (diff)
downloaddotfiles-guix-6b5acbc8c00045a7926c2f295fb03ae4b0459305.tar.gz
dotfiles-guix-6b5acbc8c00045a7926c2f295fb03ae4b0459305.tar.bz2
dotfiles-guix-6b5acbc8c00045a7926c2f295fb03ae4b0459305.zip
package zsh-autosuggestions
Diffstat (limited to 'home-config/zsh/zsh-autosuggestions/spec/integrations/rebound_bracket_spec.rb')
-rw-r--r--home-config/zsh/zsh-autosuggestions/spec/integrations/rebound_bracket_spec.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/home-config/zsh/zsh-autosuggestions/spec/integrations/rebound_bracket_spec.rb b/home-config/zsh/zsh-autosuggestions/spec/integrations/rebound_bracket_spec.rb
deleted file mode 100644
index 8b420f0..0000000
--- a/home-config/zsh/zsh-autosuggestions/spec/integrations/rebound_bracket_spec.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-describe 'rebinding [' do
- context 'initialized before sourcing the plugin' do
- before do
- session.run_command("function [ { $commands[\\[] \"$@\" }")
- session.clear_screen
- end
-
- it 'executes the custom behavior and the built-in behavior' do
- session.send_string('asdf')
- wait_for { session.content }.to eq('asdf')
- end
- end
-end