summaryrefslogtreecommitdiffstats
path: root/spec/integration/transaction/report.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/transaction/report.rb')
-rwxr-xr-xspec/integration/transaction/report.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/integration/transaction/report.rb b/spec/integration/transaction/report.rb
index 68533b503..b704e56b8 100755
--- a/spec/integration/transaction/report.rb
+++ b/spec/integration/transaction/report.rb
@@ -7,7 +7,10 @@ require File.dirname(__FILE__) + '/../../spec_helper'
describe Puppet::Transaction::Report do
describe "when using the indirector" do
- after { Puppet::Util::Cacher.expire }
+ after do
+ Puppet::Util::Cacher.expire
+ Puppet.settings.stubs(:use)
+ end
it "should be able to delegate to the :processor terminus" do
Puppet::Transaction::Report.indirection.stubs(:terminus_class).returns :processor