X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=spec%2Fspec_helper.rb;h=01912b60c44d9b6e9444dbcc3f898e3dc295ef80;hb=478afa269fd05ca986cf82629eaca00a9cc27553;hp=2c6f56649aeb15c37a49bf07898570e8ab51cf97;hpb=64fd42fb2f0ee49e0e5a0b57c2f14effda81e6aa;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