spec/spec_helper.rb in ohai-8.21.0 vs spec/spec_helper.rb in ohai-8.22.0

- old
+ new

@@ -107,11 +107,9 @@ config.filter_run :focus => true config.filter_run_excluding :windows_only => true unless windows? config.filter_run_excluding :unix_only => true unless unix? - config.filter_run_excluding :ruby_18_only => true unless ruby_18? - config.filter_run_excluding :ruby_19_only => true unless ruby_19? config.filter_run_excluding :requires_root => true unless ENV["USER"] == "root" config.filter_run_excluding :requires_unprivileged_user => true if ENV["USER"] == "root" config.run_all_when_everything_filtered = true