Added a Rake file with a unit_tests task that runs the lint task.
This commit is contained in:
parent
46f0fe7695
commit
346248ad48
1 changed files with 3 additions and 0 deletions
3
Rakefile
Normal file
3
Rakefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
require 'puppet-lint/tasks/puppet-lint'
|
||||
|
||||
task :unit_tests => [:lint]
|
Loading…
Reference in a new issue