inspec / kitchen-inspec

Test-Kitchen Plugin for InSpec
Other
109 stars 58 forks source link

Fix call with deprecated options hash #257

Closed thheinen closed 3 years ago

thheinen commented 4 years ago

Description

Kitchen-inspec supplies an opts argument to InSpec which was removed pre-1.0.0 there. The InSpec source even states:

@params _opts [Hash] Unused, but still here to avoid breaking kitchen-inspec

see https://github.com/inspec/inspec/blob/master/lib/inspec/runner.rb#L193

Issues Resolved

Trivial code clean-up only

Check List