summaryrefslogtreecommitdiff
path: root/spec/unit
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-11-30 13:31:24 -0800
committerPete Higgins <pete@peterhiggins.org>2020-12-01 16:12:04 -0800
commit59d5ae6941533799649eeee9b28f46ac010e516e (patch)
tree8d15a13934551be9c8af4aa1262c1ad98b7eab67 /spec/unit
parent25e803ad07ae58185ac0f4b858b4acdd0f52a4c8 (diff)
downloadchef-59d5ae6941533799649eeee9b28f46ac010e516e.tar.gz
Replace hardcoded product references with the generic versions.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
Diffstat (limited to 'spec/unit')
-rw-r--r--spec/unit/audit/runner_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/audit/runner_spec.rb b/spec/unit/audit/runner_spec.rb
index 56ea247d95..7e62ffa398 100644
--- a/spec/unit/audit/runner_spec.rb
+++ b/spec/unit/audit/runner_spec.rb
@@ -85,7 +85,7 @@ describe Chef::Audit::Runner do
},
]
- expect { runner.inspec_profiles }.to raise_error(/Inspec profiles specified in an unrecognized format, expected a hash of hashes./)
+ expect { runner.inspec_profiles }.to raise_error(/profiles specified in an unrecognized format, expected a hash of hashes./)
end
end