diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-04-25 08:54:34 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-04-25 08:54:34 -0700 |
commit | b0f2d3486e8515f5ba43e4ce8b93e64c4cb11f4c (patch) | |
tree | 7a2c3f716902c71a0f8f6bb42a50bc243caeb25c | |
parent | c57b9c78034074edbd61dfc5cb97f86ad4149f82 (diff) | |
download | chef-b0f2d3486e8515f5ba43e4ce8b93e64c4cb11f4c.tar.gz |
Resolve deprecations in chef-utils specs
Use the latest fauxhai data to avoid a giant pile of spec warnings
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | chef-utils/spec/unit/dsl/platform_family_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/spec/unit/dsl/platform_family_spec.rb b/chef-utils/spec/unit/dsl/platform_family_spec.rb index d3d436c26d..2783411d3d 100644 --- a/chef-utils/spec/unit/dsl/platform_family_spec.rb +++ b/chef-utils/spec/unit/dsl/platform_family_spec.rb @@ -167,7 +167,7 @@ RSpec.describe ChefUtils::DSL::PlatformFamily do end context "on redhat6" do - let(:options) { { platform: "redhat", version: "6.9" } } + let(:options) { { platform: "redhat", version: "6.10" } } pf_reports_true_for(:rhel?, :rpm_based?, :fedora_derived?, :redhat_based?, :el?, :rhel6?) end |