Browse Source

(#13289) Add puppet lint tests to Rakefile

Ken Barber 12 years ago
parent
commit
99c3fd354d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Rakefile

+ 1 - 0
Rakefile

@@ -1,4 +1,5 @@
 require 'rake'
+require 'puppet-lint/tasks/puppet-lint'
 
 task :default => [:spec]