summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2009-06-11 18:44:56 -0500
committerJames Turnbull <james@lovedthanlost.net>2009-06-12 10:33:07 +1000
commit134ae3e78f8562b2735737a36d994989a4614e4a (patch)
treee8bb41b86a3eb9e1ba5073068596b136aa524fcb
parentde55e19074502f6a0286a4b90edcdf51985dd69f (diff)
downloadpuppet-134ae3e78f8562b2735737a36d994989a4614e4a.tar.gz
puppet-134ae3e78f8562b2735737a36d994989a4614e4a.tar.xz
puppet-134ae3e78f8562b2735737a36d994989a4614e4a.zip
Fixing #2329 - puppetqd tests now pass
Signed-off-by: Luke Kanies <luke@madstop.com>
-rwxr-xr-xspec/unit/application/puppetqd.rb2
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