Merge pull request #206 from srenatus/gem-in-examples

Rename gem in test-kitchen example
This commit is contained in:
Dominik Richter 2015-11-04 00:50:40 +01:00
commit 31ecebfd43

View file

@ -2,7 +2,7 @@
source 'https://rubygems.org'
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
gem 'bundler', '~> 1.5'