add kitchen-ec2 as test dependency

This commit is contained in:
Christoph Hartmann 2015-12-30 12:27:52 +01:00 committed by Dominik Richter
parent b1d6906d16
commit 7856f1dd38

View file

@ -16,6 +16,7 @@ group :integration do
gem 'test-kitchen'
gem 'kitchen-vagrant'
gem 'kitchen-inspec'
gem 'kitchen-ec2'
end
group :tools do