aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/lib/puppet_spec/files.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/puppet_spec/files.rb b/spec/lib/puppet_spec/files.rb
index f8dde8d..af7d522 100644
--- a/spec/lib/puppet_spec/files.rb
+++ b/spec/lib/puppet_spec/files.rb
@@ -12,7 +12,7 @@ module PuppetSpec::Files
begin
Dir.unstub(:entries)
FileUtils.rm_rf path, secure: true
- rescue Errno::ENOENT
+ rescue Errno::ENOENT # rubocop:disable Lint/HandleExceptions
# nothing to do
end
end