Skip to content

Commit 836a7bf

Browse files
committed
(maint) allow deprecations in spec_helper
1 parent f5043d3 commit 836a7bf

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ NOTICE:
33
unmanaged: true
44
appveyor.yml:
55
delete: true
6+
spec/spec_helper.rb:
7+
allow_deprecations: true

spec/spec_helper.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
#This file is generated by ModuleSync, do not edit.
22
require 'puppetlabs_spec_helper/module_spec_helper'
33

4-
if Puppet::Util::Package.versioncmp(Puppet.version, '4.5.0') >= 0
5-
RSpec.configure do |c|
6-
c.before :each do
7-
Puppet.settings[:strict] = :error
8-
end
9-
end
10-
end
11-
124
# put local configuration and setup into spec_helper_local
135
begin
146
require 'spec_helper_local'

0 commit comments

Comments
 (0)