diff options
author | Tim Smith <tsmith@chef.io> | 2020-04-25 09:37:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-25 09:37:37 -0700 |
commit | c9cf725ebe0ef731f32a96f4bf4114a5b97548b7 (patch) | |
tree | bf7cb46677d1541c2f4e08c87dab738d64d82e9b /chef-utils | |
parent | 7f914c7e8245672989a9a7f20ec33cdc1dd65a3b (diff) | |
parent | b0f2d3486e8515f5ba43e4ce8b93e64c4cb11f4c (diff) | |
download | chef-c9cf725ebe0ef731f32a96f4bf4114a5b97548b7.tar.gz |
Merge pull request #9731 from chef/deprecations
Resolve deprecations in chef-utils specs
Diffstat (limited to 'chef-utils')
-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 |