X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=spec%2Fspec_helper.rb;h=1b8480d41688bc1079e2dc5d119ad3ebfb3fe8eb;hb=c7013c082891edae1543c6244f1f0719dae98d13;hp=660e21823c075e580de649459aba06d32cc0c998;hpb=efb2ed209441c2bb08245e212a53c9dab80c7ffe;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 660e218..1b8480d 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,18 +1,8 @@ -require 'rubygems' -require 'puppet' -require 'rspec-puppet' +# This file is generated by ModuleSync, do not edit. +require 'puppetlabs_spec_helper/module_spec_helper' -def param_value(subject, type, title, param) - subject.resource(type, title).send(:parameters)[param.to_sym] -end - -Puppet.parse_config -puppet_module_path = Puppet[:modulepath] - -fixture_path = File.expand_path(File.join(File.dirname(__FILE__), 'fixtures')) - -RSpec.configure do |c| - fixture_module_path = File.join(fixture_path, 'modules') - c.module_path = [fixture_module_path, puppet_module_path].join(":") - c.manifest_dir = File.join(fixture_path, 'manifests') +# put local configuration and setup into spec_helper_local +begin + require 'spec_helper_local' +rescue LoadError end