From b0f2d3486e8515f5ba43e4ce8b93e64c4cb11f4c Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sat, 25 Apr 2020 08:54:34 -0700 Subject: Resolve deprecations in chef-utils specs Use the latest fauxhai data to avoid a giant pile of spec warnings Signed-off-by: Tim Smith --- chef-utils/spec/unit/dsl/platform_family_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chef-utils') 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 -- cgit v1.2.1