summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-25 09:37:37 -0700
committerGitHub <noreply@github.com>2020-04-25 09:37:37 -0700
commitc9cf725ebe0ef731f32a96f4bf4114a5b97548b7 (patch)
treebf7cb46677d1541c2f4e08c87dab738d64d82e9b
parent7f914c7e8245672989a9a7f20ec33cdc1dd65a3b (diff)
parentb0f2d3486e8515f5ba43e4ce8b93e64c4cb11f4c (diff)
downloadchef-c9cf725ebe0ef731f32a96f4bf4114a5b97548b7.tar.gz
Merge pull request #9731 from chef/deprecations
Resolve deprecations in chef-utils specs
-rw-r--r--chef-utils/spec/unit/dsl/platform_family_spec.rb2
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