spec/integration/defaults_spec.rb in puppet-2.6.1 vs spec/integration/defaults_spec.rb in puppet-2.6.2
- old
+ new
@@ -225,10 +225,10 @@
end
end
it "should have a :caname setting that defaults to the cert name" do
Puppet.settings[:certname] = "foo"
- Puppet.settings[:ca_name].should == "foo"
+ Puppet.settings[:ca_name].should == "Puppet CA: foo"
end
it "should have a 'prerun_command' that defaults to the empty string" do
Puppet.settings[:prerun_command].should == ""
end