Guardfile 91 B

123456
  1. notification :off
  2. guard 'rake', :task => 'test' do
  3. watch(%r{^manifests\/(.+)\.pp$})
  4. end