diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-15 21:52:01 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-15 21:52:01 +0100 |
commit | 77301e8a2accf45c1e9cd55b60e9caf720a20155 (patch) | |
tree | a63b8bd07590b0f0b3655f851ed3b1f65c5d2241 /code/environments/production/modules/certregen/spec/spec_helper.rb | |
parent | 40236de30e742094fa7e8fbaaac34995121f6466 (diff) | |
download | puppet.FWSECK-master.tar.gz puppet.FWSECK-master.tar.bz2 puppet.FWSECK-master.zip |
Diffstat (limited to 'code/environments/production/modules/certregen/spec/spec_helper.rb')
-rw-r--r-- | code/environments/production/modules/certregen/spec/spec_helper.rb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/code/environments/production/modules/certregen/spec/spec_helper.rb b/code/environments/production/modules/certregen/spec/spec_helper.rb new file mode 100644 index 0000000..9ae37b1 --- /dev/null +++ b/code/environments/production/modules/certregen/spec/spec_helper.rb @@ -0,0 +1,16 @@ +#This file is generated by ModuleSync, do not edit. +require 'puppetlabs_spec_helper/module_spec_helper' + +if Puppet.version.to_f >= 4.5 + RSpec.configure do |c| + c.before :each do + Puppet.settings[:strict] = :error + end + end +end + +# put local configuration and setup into spec_helper_local +begin + require 'spec_helper_local' +rescue LoadError +end |