Merge pull request #77 from aspiers/guard-mixins

changes to mixins require a full test run
This commit is contained in:
Adam Spiers 2014-04-04 17:53:50 +01:00
commit f705052ec7
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"