Guardfile: fix bug with guarding of LWRP code
This commit is contained in:
parent
0a037d00fd
commit
dc6fdbb106
@ -26,7 +26,7 @@ group :rspec do
|
||||
}
|
||||
watch(%r{^providers/common\.rb$}) { provider_specs }
|
||||
watch(%r{^providers/(.*mixin.*)\.rb$}) { provider_specs }
|
||||
watch(%r{^(resources|providers)/(.+)\.rb$}) { |m|
|
||||
watch(%r{^(?:resources|providers)/(.+)\.rb$}) { |m|
|
||||
"spec/providers/#{m[1]}_spec.rb"
|
||||
}
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user