summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/unit/compliance/runner_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/compliance/runner_spec.rb b/spec/unit/compliance/runner_spec.rb
index d9472e8b08..e1ca1c5d3a 100644
--- a/spec/unit/compliance/runner_spec.rb
+++ b/spec/unit/compliance/runner_spec.rb
@@ -134,7 +134,7 @@ describe Chef::Compliance::Runner do
end
it "returns nil for unexpected reporter value" do
- expect(logger).to receive(:warn).with("'tacos' is not a supported Chef InSpec report collector")
+ expect(logger).to receive(:warn).with("'tacos' is not a supported reporter for Chef Infra Client's Compliance Phase")
expect(runner.reporter("tacos")).to be_nil
end