mirror of
https://github.com/inspec/inspec
synced 2024-12-03 18:09:32 +00:00
Merge pull request #396 from chef/chris-rock/gemfile
add winrm transport to Gemfile for test-kitchen
This commit is contained in:
commit
605f879429
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -16,6 +16,7 @@ group :integration do
|
|||
gem 'test-kitchen'
|
||||
gem 'kitchen-vagrant'
|
||||
gem 'kitchen-inspec'
|
||||
gem 'winrm-transport', '~> 1.0'
|
||||
gem 'kitchen-ec2'
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue