diff options
Diffstat (limited to 'spec/unit/node')
| -rwxr-xr-x | spec/unit/node/catalog.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/node/catalog.rb b/spec/unit/node/catalog.rb index 8d7692442..f397b8706 100755 --- a/spec/unit/node/catalog.rb +++ b/spec/unit/node/catalog.rb @@ -578,6 +578,7 @@ describe Puppet::Node::Catalog do # super() doesn't work in the setup method for some reason before do @catalog.host_config = true + Puppet::Util::Storage.stubs(:store) end it "should send a report if reporting is enabled" do |
