summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-16 19:22:31 -0700
committerTim Smith <tsmith@chef.io>2018-07-16 19:22:31 -0700
commit89ca42ebe2bbb3c1e4441aaebcac56cbae741ef0 (patch)
tree53f17d5558ae445e01e6ffd3a26125bdbb170926 /spec/spec_helper.rb
parent2586f097e6e8d66b480d64d8675df9a38ff63b66 (diff)
downloadchef-89ca42ebe2bbb3c1e4441aaebcac56cbae741ef0.tar.gz
Remove the RHEL 5 exclusions
We don't test on RHEL 5 anymore. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 1b3b85e2e5..e77f5dc8d6 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -190,7 +190,6 @@ RSpec.configure do |config|
config.filter_run_excluding rhel7: true unless rhel7?
config.filter_run_excluding intel_64bit: true unless intel_64bit?
config.filter_run_excluding not_rhel: true if rhel?
- config.filter_run_excluding not_rhel5: true if rhel5?
config.filter_run_excluding not_rhel6: true if rhel6?
config.filter_run_excluding not_rhel7: true if rhel7?
config.filter_run_excluding not_intel_64bit: true if intel_64bit?