changes to superclasses should trigger all tests

This commit is contained in:
Adam Spiers 2014-04-15 19:36:58 +01:00
parent 11d74e9846
commit e662b98246

View File

@ -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|