summaryrefslogtreecommitdiffstats
path: root/spec/unit/reports/http_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/reports/http_spec.rb')
-rw-r--r--spec/unit/reports/http_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/reports/http_spec.rb b/spec/unit/reports/http_spec.rb
index c814975df..70742f7dc 100644
--- a/spec/unit/reports/http_spec.rb
+++ b/spec/unit/reports/http_spec.rb
@@ -18,7 +18,7 @@ processor = Puppet::Reports.report(:http)
describe processor do
before { Net::HTTP.any_instance.stubs(:start).yields(FakeHTTP) }
- subject { Puppet::Transaction::Report.new.extend(processor) }
+ subject { Puppet::Transaction::Report.new("apply").extend(processor) }
it { should respond_to(:process) }