We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5043d3 commit 836a7bfCopy full SHA for 836a7bf
.sync.yml
@@ -3,3 +3,5 @@ NOTICE:
3
unmanaged: true
4
appveyor.yml:
5
delete: true
6
+spec/spec_helper.rb:
7
+ allow_deprecations: true
spec/spec_helper.rb
@@ -1,14 +1,6 @@
1
#This file is generated by ModuleSync, do not edit.
2
require 'puppetlabs_spec_helper/module_spec_helper'
-if Puppet::Util::Package.versioncmp(Puppet.version, '4.5.0') >= 0
- RSpec.configure do |c|
- c.before :each do
- Puppet.settings[:strict] = :error
8
- end
9
10
-end
11
-
12
# put local configuration and setup into spec_helper_local
13
begin
14
require 'spec_helper_local'
0 commit comments