From: David Schmitt Date: Mon, 10 Oct 2016 13:18:46 +0000 (+0100) Subject: Update modulesync_config [51f469d] X-Git-Tag: 2.4.0~19^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fmodulesync;p=puppet-modules%2Fpuppetlabs-apt.git Update modulesync_config [51f469d] --- diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 22d5d68..9ae37b1 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,6 +1,14 @@ #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'