summaryrefslogtreecommitdiff
path: root/Guardfile
diff options
context:
space:
mode:
Diffstat (limited to 'Guardfile')
-rw-r--r--Guardfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Guardfile b/Guardfile
new file mode 100644
index 0000000..fd50602
--- /dev/null
+++ b/Guardfile
@@ -0,0 +1,5 @@
+notification :off
+
+guard 'rake', :task => 'test' do
+ watch(%r{^manifests\/(.+)\.pp$})
+end