diff --git a/.sync.yml b/.sync.yml index d3575e1..5850fed 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,5 +1,7 @@ --- NOTICE: unmanaged: true appveyor.yml: delete: true +spec/spec_helper.rb: + allow_deprecations: true diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 05732d4..22d5d68 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,16 +1,8 @@ #This file is generated by ModuleSync, do not edit. 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 - end - end -end - # put local configuration and setup into spec_helper_local begin require 'spec_helper_local' rescue LoadError end