diff options
author | Bobosila Victor <victor.bobosila@puppet.com> | 2021-10-04 12:16:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-04 12:16:24 +0300 |
commit | efd4d1b3213336c4f7f4a04fb5075a0ce1682fa6 (patch) | |
tree | 3fd2f83f284b673ea19187b395101e1663171cf8 /spec/lib | |
parent | 9a54482d64ef21e8b6b1063845a96b1a72cd8f3c (diff) | |
parent | b2565ef72fd744e31cc3e3836dc5b69e193fa88c (diff) | |
download | puppet-sshkeys_core-efd4d1b3213336c4f7f4a04fb5075a0ce1682fa6.tar.gz puppet-sshkeys_core-efd4d1b3213336c4f7f4a04fb5075a0ce1682fa6.tar.bz2 |
Merge pull request #48 from GabrielNagy/MODULES-11197/pdk-update
(MODULES-11197) Update to pdk-templates 2.2.0
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 |