try to get Guard only running the changed provider test

But still doesn't work for some reason :-/
This commit is contained in:
Adam Spiers 2014-03-22 20:59:57 +00:00
parent 4b690616f9
commit 387641f59b

View File

@ -27,7 +27,7 @@ group :rspec do
watch(%r{^spec/fixtures/(.+)\.rb$}) { all_specs }
watch(%r{^libraries/pacemaker\.rb$}) { all_specs }
watch(%r{^libraries/(.*mixin.*)\.rb$}) { library_specs }
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^(spec/.+_spec\.rb)$}) { |m| reload m[1] }
watch(%r{^libraries/(.+)\.rb$}) { |m|
reload "spec/libraries/#{m[1]}_spec.rb"
}