vendored/puppet/lib/puppet/test/test_helper.rb in bolt-0.21.1 vs vendored/puppet/lib/puppet/test/test_helper.rb in bolt-0.21.2

- old
+ new

@@ -141,9 +141,12 @@ Puppet::Parser::Functions.reset Puppet::Application.clear! Puppet::Util::Profiler.clear + Puppet::SSL::Host.reset + Puppet::SSL::Host.ca_location = :none + Puppet.clear_deprecation_warnings end # Call this method once per test, after execution of each individual test. # @return nil