X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=spec%2Fspec_helper.rb;h=01912b60c44d9b6e9444dbcc3f898e3dc295ef80;hb=4ea96b8d7ec3dd0d6acabb1d7718f96b8def614c;hp=2c6f56649aeb15c37a49bf07898570e8ab51cf97;hpb=918a3767ff7d8fb27a1db3c59a409fcfae83e2d2;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 2c6f566..01912b6 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1 +1,9 @@ +# This file is generated by ModuleSync, do not edit. require 'puppetlabs_spec_helper/module_spec_helper' + +# 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