summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorRyan Cragun <ryan@chef.io>2019-09-03 15:02:30 -0600
committerRyan Cragun <ryan@chef.io>2019-09-03 15:02:30 -0600
commit96802f1f07d205b82629cfe6fbfd466b3a153ab8 (patch)
treeef8b9934e053df65ce7e2ac7a3cae74c58738f2e /spec/spec_helper.rb
parentf8393130f604ae7bb0c2794a2e59e358ebfaaec3 (diff)
downloadchef-96802f1f07d205b82629cfe6fbfd466b3a153ab8.tar.gz
add functional testryancragun/mac_user
Signed-off-by: Ryan Cragun <ryan@chef.io>
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 9b54761df5..980b96ff59 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?