try to get Guard only running the changed provider test
But still doesn't work for some reason :-/
This commit is contained in:
parent
4b690616f9
commit
387641f59b
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user