summaryrefslogtreecommitdiff
path: root/home-config/zsh/zsh-autosuggestions/spec/options/highlight_style_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/zsh/zsh-autosuggestions/spec/options/highlight_style_spec.rb')
-rw-r--r--home-config/zsh/zsh-autosuggestions/spec/options/highlight_style_spec.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/home-config/zsh/zsh-autosuggestions/spec/options/highlight_style_spec.rb b/home-config/zsh/zsh-autosuggestions/spec/options/highlight_style_spec.rb
deleted file mode 100644
index a7e39b3..0000000
--- a/home-config/zsh/zsh-autosuggestions/spec/options/highlight_style_spec.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-describe 'a displayed suggestion' do
- it 'is shown in the default style'
-
- describe 'when ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE is set to a zle_highlight string' do
- it 'is shown in the specified style'
- end
-end