From 99c3fd354d904e03f1d2ac21f25952b0932e2f69 Mon Sep 17 00:00:00 2001 From: Ken Barber Date: Wed, 21 Mar 2012 13:19:05 +0000 Subject: [PATCH] (#13289) Add puppet lint tests to Rakefile --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 6242a37..705d50d 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,5 @@ require 'rake' +require 'puppet-lint/tasks/puppet-lint' task :default => [:spec] -- 2.45.2