summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xspec/unit/util/settings_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/util/settings_spec.rb b/spec/unit/util/settings_spec.rb
index d0d2e0db8..56769af71 100755
--- a/spec/unit/util/settings_spec.rb
+++ b/spec/unit/util/settings_spec.rb
@@ -864,6 +864,7 @@ describe Puppet::Util::Settings do
it "should specify that it is not managing a host catalog" do
catalog = Puppet::Resource::Catalog.new("foo")
+ catalog.expects(:apply)
@settings.expects(:to_catalog).returns catalog
catalog.stubs(:to_ral).returns catalog