diff options
| author | Gabriel Nagy <gabriel.nagy@puppet.com> | 2021-03-11 18:15:33 +0200 |
|---|---|---|
| committer | Gabriel Nagy <gabriel.nagy@puppet.com> | 2021-03-11 18:16:00 +0200 |
| commit | 98ef1e0e34c86bcc11e44a6902b74f52d648bb56 (patch) | |
| tree | 4c3e8d9b1dffc341b346d5013aef29faa21bf161 /spec/lib | |
| parent | bd9f3aba54a6821a047f6e69b1cd15c626314736 (diff) | |
| download | puppet-hosts_core-98ef1e0e34c86bcc11e44a6902b74f52d648bb56.tar.gz puppet-hosts_core-98ef1e0e34c86bcc11e44a6902b74f52d648bb56.tar.bz2 | |
(maint) Switch to rspec-mocks
Diffstat (limited to 'spec/lib')
| -rw-r--r-- | spec/lib/puppet_spec/files.rb | 1 |
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 |
