Skip to content

Commit

Permalink
use test-kitchen fix to fix the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Feb 8, 2016
1 parent d20950e commit c60b627
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ group :test do
gem 'rubocop', '~> 0.32'
gem 'concurrent-ruby', '~> 0.9'
gem 'codeclimate-test-reporter', :require => nil
gem 'test-kitchen', '~> 1.4', :require => nil
# gem 'test-kitchen', '~> 1.4'
gem 'test-kitchen', git: 'https://github.com/test-kitchen/test-kitchen.git', branch: 'chris-rock/winrm-properties-fix'
end

group :integration do
Expand Down

0 comments on commit c60b627

Please sign in to comment.