diff options
Diffstat (limited to 'spec/unit/util/storage.rb')
| -rwxr-xr-x | spec/unit/util/storage.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/unit/util/storage.rb b/spec/unit/util/storage.rb index b2c350267..eb495bc0b 100755 --- a/spec/unit/util/storage.rb +++ b/spec/unit/util/storage.rb @@ -15,6 +15,10 @@ describe Puppet::Util::Storage do before(:each) do Puppet::Util::Storage.clear() end + + after do + Puppet::Type.type(:file).clear + end describe "when caching a symbol" do it "should return an empty hash" do |
