diff options
| author | Jesse Wolfe <jes5199@gmail.com> | 2010-05-12 18:16:29 -0700 |
|---|---|---|
| committer | test branch <puppet-dev@googlegroups.com> | 2010-02-17 06:50:53 -0800 |
| commit | fc2904955ca6e77bda8719671df200e0811c38cd (patch) | |
| tree | bf8b3c461e0bb7f406cabd0e2420e675df5bcfd4 /spec/unit/application/master.rb | |
| parent | 631552c58c9658780d0618c6b2fdfdc5a95465ea (diff) | |
| download | puppet-fc2904955ca6e77bda8719671df200e0811c38cd.tar.gz puppet-fc2904955ca6e77bda8719671df200e0811c38cd.tar.xz puppet-fc2904955ca6e77bda8719671df200e0811c38cd.zip | |
feature #2276 Single Executable: use new names for settings sections
The puppet-internal settings sections aren't actually exposed to the
user, but to reduce confusion I've renamed them to be consistent with
the single-executable application names.
Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
Diffstat (limited to 'spec/unit/application/master.rb')
| -rw-r--r-- | spec/unit/application/master.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/application/master.rb b/spec/unit/application/master.rb index ff0c1994c..54336c10e 100644 --- a/spec/unit/application/master.rb +++ b/spec/unit/application/master.rb @@ -170,8 +170,8 @@ describe Puppet::Application::Master do lambda { @master.setup }.should raise_error(SystemExit) end - it "should tell Puppet.settings to use :main,:ssl and :puppetmasterd category" do - Puppet.settings.expects(:use).with(:main,:puppetmasterd,:ssl) + it "should tell Puppet.settings to use :main,:ssl and :master category" do + Puppet.settings.expects(:use).with(:main,:master,:ssl) @master.setup end |
