summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2016-10-21 17:46:09 +0200
committermh <mh@immerda.ch>2016-10-21 17:46:09 +0200
commit0329bdf2c0b2c157cf80c15f7dde580fbd243e3c (patch)
tree082cd1fb49e006fbea66333097f877af9c046b08 /Rakefile
parent83eeff12c4eefc0847eca0f3357f03ffadd70daa (diff)
add a testing boilerplate
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..e136b8e
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,7 @@
+require 'rubygems'
+# keep for compatibility for now
+require 'puppetlabs_spec_helper/rake_tasks'
+require 'puppet-lint/tasks/puppet-lint'
+PuppetLint.configuration.send('disable_80chars')
+PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]
+