X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=spec%2Fspec_helper.rb;h=01912b60c44d9b6e9444dbcc3f898e3dc295ef80;hb=4ea96b8d7ec3dd0d6acabb1d7718f96b8def614c;hp=46fe2371c96ac7301a50a8575c465fbdfab0ff88;hpb=cd7a3efdf0d82d47efd711d39284fb690f1a4883;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 46fe237..01912b6 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,14 +1,9 @@ -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 => loaderror + puts "Could not require spec_helper_local: #{loaderror.message}" end