mirror of
https://git.sr.ht/~danbarber/dotfiles
synced 2025-03-04 08:59:18 +00:00
4 lines
80 B
Plaintext
4 lines
80 B
Plaintext
#compdef rspec
|
|
|
|
compadd -P spec/ $(ls spec/**/*_spec.rb | sed -E "s/spec\///g")
|