diff options
author | Sergey Stankevich <stankevich@users.noreply.github.com> | 2014-07-27 11:48:56 -0400 |
---|---|---|
committer | Sergey Stankevich <stankevich@users.noreply.github.com> | 2014-07-27 11:48:56 -0400 |
commit | b779d0d0e2d11471241f647c96e6f91683d3c5a0 (patch) | |
tree | 628a42d51c3f2a79ae8aaae7e218078392faef27 /Rakefile | |
parent | f9a04de1d66be8a05c479d18796b8272b3313653 (diff) | |
parent | 62be88b026e19e1750deaf5cf81b3f9519ff651a (diff) |
Merge pull request #99 from daniellawrence/rspec
Getting started with basic rspec
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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' |