File Manager

Path: /opt/chef.upgrade/embedded/lib/ruby/gems/2.3.0/gems/appbundler-0.10.0/spec/

Viewing File: spec_helper.rb

def windows?
  !!(RUBY_PLATFORM =~ /mswin|mingw|windows/)
end

RSpec.configure do |c|
  c.filter_run :focus => true
  c.run_all_when_everything_filtered = true
  c.filter_run_excluding(not_supported_on_windows: true) if windows?
end