diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-03-10 14:13:11 -0700 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-03-10 14:13:11 -0700 |
commit | edf9c27323b2c4375d516abb345fd9a541f267dc (patch) | |
tree | a1db873b19e9e07f94037a9810fdd6559ef19792 /spec/spec_helper.rb | |
parent | e88c653016a1f0c5a115c762d9f727fcdfc59d43 (diff) | |
download | chef-edf9c27323b2c4375d516abb345fd9a541f267dc.tar.gz |
dscl specs should only run on macjdm/dscl-fix
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 12b7db55da..0695450142 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -115,6 +115,7 @@ RSpec.configure do |config| config.filter_run_excluding :windows_only => true unless windows? config.filter_run_excluding :not_supported_on_mac_osx_106 => true if mac_osx_106? config.filter_run_excluding :not_supported_on_mac_osx=> true if mac_osx? + config.filter_run_excluding :mac_osx_only=> true if !mac_osx? config.filter_run_excluding :not_supported_on_win2k3 => true if windows_win2k3? config.filter_run_excluding :not_supported_on_solaris => true if solaris? config.filter_run_excluding :win2k3_only => true unless windows_win2k3? |