9ae37b172941cfc5d206f6168c4dbab7748f48d7
[mirror/dsa-puppet.git] / 3rdparty / modules / certregen / spec / spec_helper.rb
1 #This file is generated by ModuleSync, do not edit.
2 require 'puppetlabs_spec_helper/module_spec_helper'
3
4 if Puppet.version.to_f >= 4.5
5   RSpec.configure do |c|
6     c.before :each do
7       Puppet.settings[:strict] = :error
8     end
9   end
10 end
11
12 # put local configuration and setup into spec_helper_local
13 begin
14   require 'spec_helper_local'
15 rescue LoadError
16 end