From 75c1758b223b6e14f800a0c2cdc14257be1361fb Mon Sep 17 00:00:00 2001 From: Thibaud Guillaume-Gentil Date: Fri, 6 May 2011 22:57:44 +0200 Subject: [PATCH] Updated Guardfile --- Guardfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guardfile b/Guardfile index c7303d5..d5c6bd9 100644 --- a/Guardfile +++ b/Guardfile @@ -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" }