From f9edee33ff0b9218774cc4ca6cecd190ec65ca47 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sun, 1 Mar 2020 20:23:57 -0800 Subject: [PATCH] Run the specs on CentOS 8 now Signed-off-by: Tim Smith --- chefignore | 2 ++ spec/spec_helper.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/chefignore b/chefignore index 7e4ab40..81889fd 100644 --- a/chefignore +++ b/chefignore @@ -51,10 +51,12 @@ spec/fixtures/* test/* features/* examples/* +Guardfile Procfile .kitchen* .rubocop.yml spec/* +Rakefile .travis.yml .foodcritic appveyor.yml diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 76603e5..b8ecb4c 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -6,5 +6,5 @@ RSpec.configure do |config| config.formatter = :documentation # Use the specified formatter config.log_level = :error # Avoid deprecation notice SPAM config.platform = 'centos' - config.version = '6.8' + config.version = '8' end -- GitLab