Sha256: 21862b46fdf9af0abd57137f492e94a4644983b24d853f55d1023c433f7cd003
Contents?: true
Size: 724 Bytes
Versions: 1
Compression:
Stored size: 724 Bytes
Contents
# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # case RbConfig::CONFIG['host_os'] # when /mswin|msys|mingw|cygwin|bccwin|wince|emc/ # set :backend, :cmd # set :os, :family => 'windows' # else # set :backend, :exec # end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kitchen-docker-3.0.0 | test/integration/default/disabled/spec_helper.rb |