diff options
author | Jesse Wolfe <jes5199@gmail.com> | 2010-09-13 22:57:48 -0700 |
---|---|---|
committer | Jesse Wolfe <jes5199@gmail.com> | 2010-09-13 22:57:48 -0700 |
commit | 754ed19a8105a1be01c723a91abf9999ec6a8ab3 (patch) | |
tree | 8a3b59432ff56fbaf64d1cb6448e4e228f5359c0 /spec/unit/application/master_spec.rb | |
parent | 21afb51a1b84116b2a906a6959ae588f45135104 (diff) | |
parent | efa834aaec596b0d5e7b314a53e6b258ce44728c (diff) | |
download | puppet-754ed19a8105a1be01c723a91abf9999ec6a8ab3.tar.gz puppet-754ed19a8105a1be01c723a91abf9999ec6a8ab3.tar.xz puppet-754ed19a8105a1be01c723a91abf9999ec6a8ab3.zip |
Merge commit '2.6.1rc4'
Diffstat (limited to 'spec/unit/application/master_spec.rb')
-rw-r--r-- | spec/unit/application/master_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/application/master_spec.rb b/spec/unit/application/master_spec.rb index 0baa8229b..216c7dc90 100644 --- a/spec/unit/application/master_spec.rb +++ b/spec/unit/application/master_spec.rb @@ -23,7 +23,7 @@ describe Puppet::Application::Master do end it "should operate in master run_mode" do - @master.class.run_mode.name.should equal :master + @master.class.run_mode.name.should equal(:master) end it "should ask Puppet::Application to parse Puppet configuration file" do |