From 387641f59b159ef0bf8d52ed828f9a6501f18ee2 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sat, 22 Mar 2014 20:59:57 +0000 Subject: [PATCH] try to get Guard only running the changed provider test But still doesn't work for some reason :-/ --- Guardfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guardfile b/Guardfile index bcd1412..7e506c4 100644 --- a/Guardfile +++ b/Guardfile @@ -27,7 +27,7 @@ group :rspec do watch(%r{^spec/fixtures/(.+)\.rb$}) { all_specs } watch(%r{^libraries/pacemaker\.rb$}) { all_specs } watch(%r{^libraries/(.*mixin.*)\.rb$}) { library_specs } - watch(%r{^spec/.+_spec\.rb$}) + watch(%r{^(spec/.+_spec\.rb)$}) { |m| reload m[1] } watch(%r{^libraries/(.+)\.rb$}) { |m| reload "spec/libraries/#{m[1]}_spec.rb" }