[COOK-4329] Migrate minitest PITs to latest test-kitchen + serverspec

Signed-off-by: Sean OMeara <someara@opscode.com>
This commit is contained in:
Mick Brooks
2014-02-27 23:35:20 -05:00
committed by Sean OMeara
parent 84ef043aea
commit 67a294f223
9 changed files with 48 additions and 43 deletions

View File

@@ -0,0 +1,12 @@
require 'serverspec'
include SpecInfra::Helper::Exec
include SpecInfra::Helper::DetectOS
RSpec.configure do |config|
config.before(:all) do
# centos-59 doesn't have /sbin in the default path,
# so we must ensure it's on serverspec's path
config.path = '/sbin'
end
end