1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:50:03 +08:00
SpaceVim/bundle/splitjoin.vim/Guardfile

5 lines
157 B
Plaintext
Raw Normal View History

2024-06-27 18:10:36 +08:00
guard 'rspec', cmd: 'bundle exec rspec' do
watch(%r{autoload/sj/(.*)\.vim}) { |m| "spec/plugin/#{m[1]}_spec.rb"}
watch(%r{spec/plugin/(.*)_spec.rb})
end