diff options
| author | Luke Kanies <luke@madstop.com> | 2008-11-23 00:56:38 -0600 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2008-11-25 14:11:00 +1100 |
| commit | bbad9831577a123cc5f6bd7f04836f483c9e8f6f (patch) | |
| tree | 7dd57ec825adbf6a6acba1e999ef3de61802339c /spec/unit/util/storage.rb | |
| parent | b415848841edac9b08ff604416ad2e24dd350b4d (diff) | |
| download | puppet-bbad9831577a123cc5f6bd7f04836f483c9e8f6f.tar.gz puppet-bbad9831577a123cc5f6bd7f04836f483c9e8f6f.tar.xz puppet-bbad9831577a123cc5f6bd7f04836f483c9e8f6f.zip | |
Removing the included testing gems; you must now install them yourself.
Everything passes, but autotest doesn't include color.
Signed-off-by: Luke Kanies <luke@madstop.com>
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 |
