summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorSergey Stankevich <stankevich@users.noreply.github.com>2014-07-27 11:48:56 -0400
committerSergey Stankevich <stankevich@users.noreply.github.com>2014-07-27 11:48:56 -0400
commitb779d0d0e2d11471241f647c96e6f91683d3c5a0 (patch)
tree628a42d51c3f2a79ae8aaae7e218078392faef27 /Rakefile
parentf9a04de1d66be8a05c479d18796b8272b3313653 (diff)
parent62be88b026e19e1750deaf5cf81b3f9519ff651a (diff)
Merge pull request #99 from daniellawrence/rspec
Getting started with basic rspec
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'