mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:30:05 +08:00
5 lines
157 B
Plaintext
5 lines
157 B
Plaintext
|
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
|