summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2013-11-19 12:45:35 -0800
committersersut <serdar@opscode.com>2013-11-19 12:45:35 -0800
commit73af53f1afffca88e99a8a31a286cf2c4a000dab (patch)
treedc5b9d950e6ec3450dd27448fad2eaa716313109 /spec/spec_helper.rb
parent999ba3350c8e9cc60d3ab32481d7e1149707c4bf (diff)
downloadchef-73af53f1afffca88e99a8a31a286cf2c4a000dab.tar.gz
Fix specs on Solaris.
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 40b1c19855..e60bdfd434 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 :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?
config.filter_run_excluding :supports_cloexec => true unless supports_cloexec?