(maint) - Pdk Update

This commit is contained in:
David Swan
2020-05-12 15:39:48 +01:00
parent 84bc80d881
commit 622c3469a6
5 changed files with 7 additions and 4 deletions

View File

@@ -42,6 +42,7 @@ RSpec.configure do |c|
# set to strictest setting for testing
# by default Puppet runs at warning level
Puppet.settings[:strict] = :warning
Puppet.settings[:strict_variables] = true
end
c.filter_run_excluding(bolt: true) unless ENV['GEM_BOLT']
c.after(:suite) do