master/Guardfile
Thibaud Guillaume-Gentil 1b6207257c Cleaned Guardfile
2010-10-03 23:11:58 +02:00

5 lines
215 B
Ruby

guard 'rspec', :version => 2 do
watch('^spec/(.*)_spec.rb')
watch('^lib/(.*).rb') { |m| "spec/#{m[1]}_spec.rb" }
watch('^spec/spec_helper.rb') { "spec" }
end