[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

@@ -7,6 +7,6 @@ gem 'foodcritic', '~> 3.0'
gem 'rubocop', '~> 0.14'
group :integration do
gem 'test-kitchen', '~> 1.0.0.beta.4'
gem 'kitchen-vagrant', '~> 0.11'
gem 'test-kitchen', '~> 1.1.0'
gem 'kitchen-vagrant', '~> 0.14'
end