guard-hydra/lib/guard/hydra/templates/Guardfile

5 lines
71 B
Plaintext
Raw Normal View History

2011-08-04 17:35:32 +00:00
guard 'hydra' do
# All spec files
watch(%r{spec/**/*_spec.rb})
end