summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDaniel Lawrence <dannyla@linux.com>2014-07-27 19:42:03 +1000
committerDaniel Lawrence <dannyla@linux.com>2014-07-27 19:42:03 +1000
commit6bd87535749c11d3a519677b9a6c88b4330e962b (patch)
tree3a24c47cb76fd00a72f46db7464e5be876e6ecc5 /Rakefile
parent1eae2fb2781895a7db58cf23cc448e7d5212cbe6 (diff)
started adding spec tests
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 58df3ec..b133dff 100644
--- a/Rakefile
+++ b/Rakefile
@@ -6,3 +6,5 @@ PuppetLint.configuration.with_filename = true
PuppetLint.configuration.send('disable_documentation')
PuppetLint.configuration.send('disable_class_parameter_defaults')
PuppetLint.configuration.send('disable_80chars')
+
+require 'puppetlabs_spec_helper/rake_tasks'