aboutsummaryrefslogtreecommitdiff
path: root/spec/lib/puppet_spec/files.rb
diff options
context:
space:
mode:
authorGheorghe Popescu <gheorghe.popescu@puppet.com>2021-03-12 09:04:42 +0200
committerGitHub <noreply@github.com>2021-03-12 09:04:42 +0200
commitad33a665542a84f0c312dd255fa726f03d5826c7 (patch)
tree4c3e8d9b1dffc341b346d5013aef29faa21bf161 /spec/lib/puppet_spec/files.rb
parentf93d4b33c0a7147346909260ee10129090c1714a (diff)
parent98ef1e0e34c86bcc11e44a6902b74f52d648bb56 (diff)
downloadpuppet-hosts_core-ad33a665542a84f0c312dd255fa726f03d5826c7.tar.gz
puppet-hosts_core-ad33a665542a84f0c312dd255fa726f03d5826c7.tar.bz2
Merge pull request #28 from GabrielNagy/MODULES-10953/update-metadata
Diffstat (limited to 'spec/lib/puppet_spec/files.rb')
-rw-r--r--spec/lib/puppet_spec/files.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/lib/puppet_spec/files.rb b/spec/lib/puppet_spec/files.rb
index fa774ef..6e2ae89 100644
--- a/spec/lib/puppet_spec/files.rb
+++ b/spec/lib/puppet_spec/files.rb
@@ -9,7 +9,6 @@ module PuppetSpec::Files
def self.cleanup
until @global_tempfiles.empty?
path = @global_tempfiles.pop
- Dir.unstub(:entries)
FileUtils.rm_rf path, secure: true
end
end