changes to mixins require a full test run

This commit is contained in:
Adam Spiers 2014-04-04 17:50:28 +01:00
parent de7ef4c45c
commit cbb143b7ca
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ 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/(.*mixin.*)\.rb$}) { library_specs }
watch(%r{^libraries/(.*mixin.*)\.rb$}) { all_specs }
watch(%r{^(spec/.+_spec\.rb)$}) { |m| reload m[1] }
watch(%r{^libraries/(.+)\.rb$}) { |m|
reload "spec/libraries/#{m[1]}_spec.rb"