X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=spec%2Fspec_helper.rb;h=22d5d689f4616681ae30d187d834009cebf008e3;hb=b6a16658ae84ff42b8df8f5bc3168122f419fc13;hp=46fe2371c96ac7301a50a8575c465fbdfab0ff88;hpb=0ea4ffa9a238d1f8fcbf6a73cba472ede78a4e18;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 46fe237..22d5d68 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,14 +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 - -fixture_path = File.expand_path(File.join(File.dirname(__FILE__), 'fixtures')) - -RSpec.configure do |c| - c.module_path = File.join(fixture_path, 'modules') - 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