summaryrefslogtreecommitdiffstats
path: root/spec/unit/util/storage.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/util/storage.rb')
-rwxr-xr-xspec/unit/util/storage.rb4
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