summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-09-09 20:41:39 -0700
committerGitHub <noreply@github.com>2019-09-09 20:41:39 -0700
commitaa401a2f19e656bf902919a070276f0d89d387d9 (patch)
tree9095a85fa235bb5ef29d921f9749b101866c92d4 /spec/spec_helper.rb
parent790720631c797499218c361bb9d85724eeaf78a7 (diff)
parent96802f1f07d205b82629cfe6fbfd466b3a153ab8 (diff)
downloadchef-aa401a2f19e656bf902919a070276f0d89d387d9.tar.gz
Merge pull request #8775 from chef/ryancragun/mac_user
Add mac_user resource that is compatible with macOS >= 10.14
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 5ab97a8320..e19a06f3d7 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -145,6 +145,7 @@ RSpec.configure do |config|
config.filter_run_excluding not_supported_on_windows: true if windows?
config.filter_run_excluding not_supported_on_macos: true if mac_osx?
config.filter_run_excluding macos_only: true unless mac_osx?
+ config.filter_run_excluding macos_1014: true unless mac_osx_1014?
config.filter_run_excluding not_supported_on_aix: true if aix?
config.filter_run_excluding not_supported_on_solaris: true if solaris?
config.filter_run_excluding not_supported_on_gce: true if gce?