5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
|
guard 'hydra' do
|
||
|
# All spec files
|
||
|
watch(%r{spec/**/*_spec.rb})
|
||
|
end
|