Sha256: b328223fa840fa057cea3722a65244227bf7f6f8d7911e2f59f4ec4c0f82201d
Contents?: true
Size: 237 Bytes
Versions: 2
Compression:
Stored size: 237 Bytes
Contents
require 'chefspec' require 'chefspec/berkshelf' require 'helpers/matchers' def not_windows? (RUBY_PLATFORM =~ /mswin|mingw|windows/).nil? end # Require all our libraries Dir['libraries/*.rb'].each { |f| require File.expand_path(f) }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chef-12.11.18-universal-mingw32 | acceptance/top-cookbooks/test_run/powershell/spec/spec_helper.rb |
chef-12.11.18 | acceptance/top-cookbooks/test_run/powershell/spec/spec_helper.rb |