X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=spec%2Fspec_helper.rb;h=22d5d689f4616681ae30d187d834009cebf008e3;hb=b6a16658ae84ff42b8df8f5bc3168122f419fc13;hp=9ae37b172941cfc5d206f6168c4dbab7748f48d7;hpb=c6a7f3d85faa78eba0ccdb52eaa386103de0c3fc;p=puppet-modules%2Fpuppetlabs-apt.git 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'