From e662b982468b6326fb395572dceb4344ed907fc2 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Tue, 15 Apr 2014 19:36:58 +0100 Subject: [PATCH] changes to superclasses should trigger all tests --- Guardfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Guardfile b/Guardfile index 383c5b1..23bed63 100644 --- a/Guardfile +++ b/Guardfile @@ -26,6 +26,8 @@ group :rspec do watch(%r{^spec/helpers/.+\.rb$}) { all_specs } watch(%r{^spec/fixtures/.+\.rb$}) { all_specs } watch(%r{^libraries/pacemaker\.rb$}) { all_specs } + watch(%r{^libraries/pacemaker/[^/]+\.rb$}) \ + { all_specs } watch(%r{^libraries/(.*mixin.*)\.rb$}) { all_specs } watch(%r{^(spec/.+_spec\.rb)$}) { |m| reload m[1] } watch(%r{^libraries/(.+)\.rb$}) { |m|