rackspace-cookbooks / elkstack

Elasticsearch, logstash, and kibana stack
Other
81 stars 54 forks source link

replace deprecated define_runner_method with define_matcher #185

Closed mburns closed 5 years ago

mburns commented 7 years ago
[DEPRECATION] `ChefSpec::Runner.define_runner_method' is deprecated. It is being used in the logstash_service resource matcher. Please use `ChefSpec.define_matcher' instead. (called from spec/_web_spec.rb:16:in `block (2 levels) in <top (required)>')

Trying to resolve the above deprecation warning, taking a stab in the dark (untested).