summaryrefslogtreecommitdiffstats
path: root/spec/unit/application/master_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/application/master_spec.rb')
-rw-r--r--spec/unit/application/master_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/application/master_spec.rb b/spec/unit/application/master_spec.rb
index 86e38efcb..e97bcb5dc 100644
--- a/spec/unit/application/master_spec.rb
+++ b/spec/unit/application/master_spec.rb
@@ -20,6 +20,7 @@ describe Puppet::Application::Master do
Puppet::Node::Facts.indirection.stubs(:cache_class=)
Puppet::Transaction::Report.indirection.stubs(:terminus_class=)
Puppet::Resource::Catalog.indirection.stubs(:terminus_class=)
+ Puppet::SSL::Host.stubs(:ca_location=)
end
it "should operate in master run_mode" do