Merge pull request #156 from chef/kitchen

Merged change 5ee77960-5074-4d9e-89fc-b2c38e116fd5

From review branch kitchen into master

Signed-off-by: drichter <drichter@chef.io>
This commit is contained in:
chef-delivery 2015-10-26 12:39:52 -07:00
commit a0c4df7ab0
3 changed files with 3 additions and 2 deletions

View file

@ -17,6 +17,7 @@ group :integration do
gem 'berkshelf', '~> 4.0'
gem 'test-kitchen', git: 'https://github.com/chris-rock/test-kitchen', branch: 'test-path'
gem 'kitchen-vagrant'
gem 'kitchen-inspec', git: 'git@github.com:chef/kitchen-inspec.git'
end
group :tools do

View file

@ -6,7 +6,7 @@ provisioner:
name: chef_solo
verifier:
name: InSpec
name: inspec
platforms:
- name: centos-7.1

View file

@ -6,7 +6,7 @@ provisioner:
name: chef_solo
verifier:
name: InSpec
name: inspec
sudo: true
platforms: