This repository has been archived on 2022-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
vagrant-lamp/cookbooks/lamp/test/integration/helpers/serverspec/spec_helper.rb
2017-09-27 10:41:36 +02:00

8 lines
168 B
Ruby

require 'serverspec'
if (/cygwin|mswin|mingw|bccwin|wince|emx/ =~ RUBY_PLATFORM).nil?
set :backend, :exec
else
set :backend, :cmd
set :os, family: 'windows'
end