summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorHunter Haugen <h.haugen@gmail.com>2012-08-27 17:08:07 -0700
committerHunter Haugen <h.haugen@gmail.com>2012-08-27 17:08:07 -0700
commite39eee9324c5203ff3825aea22f9a5836ab9bce4 (patch)
treef589d8a2243d89075fa5115711ec5e772123aef3 /Rakefile
parent802ba51113fae827cec858562c71953f4269e4d5 (diff)
Add puppetlabs_spec_helper gem code
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/Rakefile b/Rakefile
index aa737b9..cd3d379 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,8 +1 @@
-require 'rake'
-require 'puppet-lint/tasks/puppet-lint'
-require 'rspec/core/rake_task'
-
-RSpec::Core::RakeTask.new(:spec) do |t|
- t.rspec_opts = '-c'
- t.pattern = 'spec/*/*_spec.rb'
-end
+require 'puppetlabs_spec_helper/rake_tasks'