diff options
author | Adam Edwards <adamed@opscode.com> | 2014-01-08 22:48:49 -0800 |
---|---|---|
committer | adamedx <adamed@opscode.com> | 2014-01-13 12:32:40 -0800 |
commit | 5b885dc4f4284f7c9444c2c47902e802ddbff2f1 (patch) | |
tree | 867a21f2ee4f901057f68135a607a6137ea09abc /spec/spec_helper.rb | |
parent | c489fd45630cf555526c9cf66ae6540a2685d127 (diff) | |
download | chef-5b885dc4f4284f7c9444c2c47902e802ddbff2f1.tar.gz |
Add support for Windows domain join spec filter
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 e60bdfd434..fcb6dba992 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -108,6 +108,7 @@ RSpec.configure do |config| config.filter_run_excluding :win2k3_only => true unless windows_win2k3? config.filter_run_excluding :windows64_only => true unless windows64? config.filter_run_excluding :windows32_only => true unless windows32? + config.filter_run_excluding :windows_domain_joined_only => true unless windows_domain_joined? config.filter_run_excluding :solaris_only => true unless solaris? config.filter_run_excluding :system_windows_service_gem_only => true unless system_windows_service_gem? config.filter_run_excluding :unix_only => true unless unix? |