Added a Rake file with a unit_tests task that runs the lint task.

This commit is contained in:
Nick Chappell 2015-01-05 21:00:37 -08:00
parent 46f0fe7695
commit 346248ad48

3
Rakefile Normal file
View file

@ -0,0 +1,3 @@
require 'puppet-lint/tasks/puppet-lint'
task :unit_tests => [:lint]