From 77ba08b16ac8171ec352b315986d7b3c7029a3ec Mon Sep 17 00:00:00 2001 From: Gareth Rushgrove Date: Tue, 10 Jun 2014 11:04:40 +0100 Subject: [PATCH] add a guardfile for running tests --- Guardfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Guardfile diff --git a/Guardfile b/Guardfile new file mode 100644 index 000000000..b6e8538ee --- /dev/null +++ b/Guardfile @@ -0,0 +1,5 @@ +notification :off + +guard 'rake', :task => 'test' do + watch(%r{^manifests\/.+\.pp$}) +end