diff options
author | Branan Purvine-Riley <branan@puppetlabs.com> | 2012-05-31 10:07:34 -0700 |
---|---|---|
committer | Branan Purvine-Riley <branan@puppetlabs.com> | 2012-05-31 10:07:34 -0700 |
commit | a24401a799eec43bb7f2035c70e5a464d6d31211 (patch) | |
tree | 215a3826f7e338af543096e0c538f1c9174a5240 /spec/spec_helper.rb | |
parent | dca7b9094b9410964f99a88b8878509467adf182 (diff) |
Switch to using puppetlabs_spec_helper as a gem
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 11 |
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' |