diff options
author | Luke Kanies <luke@madstop.com> | 2009-06-11 18:44:56 -0500 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-06-12 10:33:07 +1000 |
commit | 134ae3e78f8562b2735737a36d994989a4614e4a (patch) | |
tree | e8bb41b86a3eb9e1ba5073068596b136aa524fcb /spec | |
parent | de55e19074502f6a0286a4b90edcdf51985dd69f (diff) | |
download | puppet-134ae3e78f8562b2735737a36d994989a4614e4a.tar.gz puppet-134ae3e78f8562b2735737a36d994989a4614e4a.tar.xz puppet-134ae3e78f8562b2735737a36d994989a4614e4a.zip |
Fixing #2329 - puppetqd tests now pass
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'spec')
-rwxr-xr-x | spec/unit/application/puppetqd.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/application/puppetqd.rb b/spec/unit/application/puppetqd.rb index 0b949385a..dd9efba38 100755 --- a/spec/unit/application/puppetqd.rb +++ b/spec/unit/application/puppetqd.rb @@ -174,7 +174,7 @@ describe "puppetqd" do catalog.expects(:save) Puppet::Resource::Catalog::Queue.expects(:subscribe).yields(catalog) - Puppet.expects(:notice) + Puppet.expects(:notice).times(2) @puppetqd.main end |