summaryrefslogtreecommitdiffstats
path: root/spec/integration/transaction/report_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/transaction/report_spec.rb')
-rwxr-xr-xspec/integration/transaction/report_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/transaction/report_spec.rb b/spec/integration/transaction/report_spec.rb
index 09b029267..c38f31081 100755
--- a/spec/integration/transaction/report_spec.rb
+++ b/spec/integration/transaction/report_spec.rb
@@ -19,7 +19,7 @@ describe Puppet::Transaction::Report do
Facter.stubs(:value).returns "host.domain.com"
- report = Puppet::Transaction::Report.new
+ report = Puppet::Transaction::Report.new("apply")
terminus.expects(:process).with(report)