diff --git a/.sync.yml b/.sync.yml index 110db31..a18ba4f 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,12 +1,10 @@ --- .travis.yml: hipchat: ZnXjXpfn2I11z1/x4DS+o2YnTW5Gll8xMOXvF68HyTQTtJCgIXVzmyq6w1oNAKDBEOm6jWJ6kQA2fD2GSktk+Py0hDkNs232BGDf1nvQ7naBXZMfpkdwVG4hYNR20iirJW5FN2BaqoU8KusForv/Sp6veQkVo7Tw0BjfgFiJKP8= - +spec/spec_helper.rb: +  allow_deprecations: true Gemfile: optional: ':default': - gem: hocon version: '~> 1.1' - -spec/spec_helper.rb: -  allow_deprecations: true diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 9ae37b1..22d5d68 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,14 +1,6 @@ #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'