changes to superclasses should trigger all tests
This commit is contained in:
parent
11d74e9846
commit
e662b98246
@ -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|
|
||||
|
Loading…
x
Reference in New Issue
Block a user