summaryrefslogtreecommitdiff
path: root/Guardfile
blob: fd50602a09bc5e0b9a3e7fb5e36d664690018c9f (plain)
1
2
3
4
5
notification :off

guard 'rake', :task => 'test' do
  watch(%r{^manifests\/(.+)\.pp$})
end