Updated Guardfile

This commit is contained in:
Thibaud Guillaume-Gentil 2011-05-06 22:57:44 +02:00
parent d7394e4262
commit 75c1758b22

View File

@ -1,4 +1,4 @@
guard('rspec', :cli => '-f doc', :version => 2) do
guard('rspec', :version => 2) do
watch(%r{^spec/(.*)_spec\.rb})
watch(%r{^lib/(.*)\.rb}) { |m| "spec/#{m[1]}_spec.rb" }
watch('spec/spec_helper.rb') { "spec" }