Add puppetlabs/certregen module
[mirror/dsa-puppet.git] / 3rdparty / modules / certregen / spec / spec_helper.rb
diff --git a/3rdparty/modules/certregen/spec/spec_helper.rb b/3rdparty/modules/certregen/spec/spec_helper.rb
new file mode 100644 (file)
index 0000000..9ae37b1
--- /dev/null
@@ -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