Fixes deprecation warnings with chefspec 4.1.x and above with a backwards compatible solution.
Warning:
[DEPRECATION] `ChefSpec::Runner.define_runner_method' is deprecated. It is being used in the certificate_manage resource matcher.Please use `ChefSpec.define_matcher' instead. (called from spec/recipes/_certificates_spec.rb:5:in `block (2 levels) in <top (required)>')
Fixes deprecation warnings with chefspec 4.1.x and above with a backwards compatible solution.
Warning:
Source: https://github.com/sethvargo/chefspec/blob/master/lib/chefspec/deprecations.rb#L21
Solution inspired by https://github.com/opscode-cookbooks/windows/commit/a413233b59ca475af41d31425ce1f8897433f0b6