aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorJorie Tappa <jorie@jorietappa.com>2018-08-01 16:54:48 -0500
committerJorie Tappa <jorie@jorietappa.com>2018-08-01 16:54:48 -0500
commit282c2c666b7269f71748be764f9609f97bbe2982 (patch)
tree716bc90e0048789add5cf24054de1689c7ec2653 /spec
parent6e4c49d512272fcfe363867bcc82943168ac0361 (diff)
downloadpuppet-cron_core-282c2c666b7269f71748be764f9609f97bbe2982.tar.gz
puppet-cron_core-282c2c666b7269f71748be764f9609f97bbe2982.tar.bz2
Disable Lint/HandleExceptions
Diffstat (limited to 'spec')
-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