Fix Beaker test failure related to new mode config
[integration/packaging/puppet-opendaylight.git] / Guardfile
1 notification :off
2
3 guard 'rake', :task => 'test' do
4   watch(%r{^manifests\/(.+)\.pp$})
5 end