chef / knife-windows

Plugin for Chef's knife tool for working with Windows nodes
Apache License 2.0
152 stars 110 forks source link

Remove support for Chef 12 and Chef 12 specs #474

Closed tas50 closed 5 years ago

tas50 commented 5 years ago

We have some leftover Chef 12 support in this knife plugin that can go away at this point. This file in particular has support for Chef 12 https://github.com/chef/knife-windows/blob/master/spec/spec_helper.rb#L83

This should all get cleaned up since we already require Ruby 2.4 which means Chef 13+

dheerajd-msys commented 5 years ago

@tas50, @lamont-granquist Could you take a look on this PR?