diff options
author | Gabriel Nagy <gabriel.nagy@puppet.com> | 2021-10-01 14:23:15 +0300 |
---|---|---|
committer | Gabriel Nagy <gabriel.nagy@puppet.com> | 2021-10-01 14:26:09 +0300 |
commit | b2565ef72fd744e31cc3e3836dc5b69e193fa88c (patch) | |
tree | 3fd2f83f284b673ea19187b395101e1663171cf8 /spec/lib | |
parent | 9a54482d64ef21e8b6b1063845a96b1a72cd8f3c (diff) | |
download | puppet-sshkeys_core-b2565ef72fd744e31cc3e3836dc5b69e193fa88c.tar.gz puppet-sshkeys_core-b2565ef72fd744e31cc3e3836dc5b69e193fa88c.tar.bz2 |
(MODULES-11197) Update to pdk-templates 2.2.0
Includes REFERENCE.md ToC fixes for MODULES-8183.
Diffstat (limited to 'spec/lib')
-rw-r--r-- | spec/lib/puppet_spec/files.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/puppet_spec/files.rb b/spec/lib/puppet_spec/files.rb index 201baf5..55643c6 100644 --- a/spec/lib/puppet_spec/files.rb +++ b/spec/lib/puppet_spec/files.rb @@ -13,7 +13,7 @@ module PuppetSpec::Files begin allow(Dir).to receive(:entries).and_call_original FileUtils.rm_rf path, secure: true - rescue Errno::ENOENT # rubocop:disable Lint/HandleExceptions + rescue Errno::ENOENT # nothing to do end end |