diff options
author | Pete Higgins <pete@peterhiggins.org> | 2020-11-30 13:31:24 -0800 |
---|---|---|
committer | Pete Higgins <pete@peterhiggins.org> | 2020-12-01 16:12:04 -0800 |
commit | 59d5ae6941533799649eeee9b28f46ac010e516e (patch) | |
tree | 8d15a13934551be9c8af4aa1262c1ad98b7eab67 /spec | |
parent | 25e803ad07ae58185ac0f4b858b4acdd0f52a4c8 (diff) | |
download | chef-59d5ae6941533799649eeee9b28f46ac010e516e.tar.gz |
Replace hardcoded product references with the generic versions.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
Diffstat (limited to 'spec')
-rw-r--r-- | spec/unit/audit/runner_spec.rb | 2 |
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 |