summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorBranan Purvine-Riley <branan@puppetlabs.com>2012-05-31 10:07:34 -0700
committerBranan Purvine-Riley <branan@puppetlabs.com>2012-05-31 10:07:34 -0700
commita24401a799eec43bb7f2035c70e5a464d6d31211 (patch)
tree215a3826f7e338af543096e0c538f1c9174a5240 /spec
parentdca7b9094b9410964f99a88b8878509467adf182 (diff)
Switch to using puppetlabs_spec_helper as a gem
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb11
1 files changed, 1 insertions, 10 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index b485228..2c6f566 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,10 +1 @@
-require 'puppet'
-require 'rspec-puppet'
-require 'puppet_spec_helper'
-
-fixture_dir = File.join(dir = File.expand_path(File.dirname(__FILE__)), "fixtures")
-
-RSpec.configure do |c|
- c.module_path = File.join(fixture_dir, 'modules')
- c.manifest_dir = File.join(fixture_dir, 'manifests')
-end
+require 'puppetlabs_spec_helper/module_spec_helper'