From a82977c64843aa177498f1a715121ae6e38bc323 Mon Sep 17 00:00:00 2001 From: randx Date: Sat, 15 Sep 2012 01:00:59 +0300 Subject: A bit of test refactoring --- Guardfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Guardfile') diff --git a/Guardfile b/Guardfile index 0eea2ad9244..50a10af9a31 100644 --- a/Guardfile +++ b/Guardfile @@ -1,7 +1,7 @@ # A sample Guardfile # More info at https://github.com/guard/guard#readme -guard 'rspec', :version => 2, :all_on_start => false do +guard 'rspec', :version => 2, :all_on_start => false, :all_after_pass => false do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } -- cgit v1.2.1