Rename gem in test-kitchen example

Obvious fix.
This commit is contained in:
Stephan Renatus 2015-11-03 12:07:14 +00:00
parent d686f5df2c
commit d1e3924abd

View file

@ -2,7 +2,7 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'inspec', path: '../../.' gem 'inspec', path: '../../.'
gem 'train', git: 'git@github.com:chef/train.git' gem 'r-train', git: 'git@github.com:chef/train.git'
group :test do group :test do
gem 'bundler', '~> 1.5' gem 'bundler', '~> 1.5'