Mick Brooks 67a294f223 [COOK-4329] Migrate minitest PITs to latest test-kitchen + serverspec
Signed-off-by: Sean OMeara <someara@opscode.com>
2014-02-27 23:35:20 -05:00

13 lines
253 B
Ruby

source 'https://rubygems.org'
gem 'strainer'
gem 'berkshelf', '~> 2.0'
gem 'chefspec', '~> 3.0'
gem 'foodcritic', '~> 3.0'
gem 'rubocop', '~> 0.14'
group :integration do
gem 'test-kitchen', '~> 1.1.0'
gem 'kitchen-vagrant', '~> 0.14'
end