chef-boneyard / minitest-chef-handler

Run minitest suites after your Chef recipes to check the status of your system.
Other
163 stars 44 forks source link

Support Chef12 #84

Closed dpetzel closed 9 years ago

dpetzel commented 9 years ago

Refer to https://github.com/opscode/chef/issues/2558 for some additional backstory here, but the gist of it that starting in Chef 12, trying to make assertions against the some resources will toss a Cannot find a provider for blah message.

This change should be a backward compatible change that avoids that error on Chef 12. I ran the change through a converge and test cycle on Chef 12.0.0, 11.16.4, 10.26.0 and 10.14.0.

lamont-granquist commented 9 years ago

You're also probably going to need #85 (if it passes travis)

calavera commented 9 years ago

ohai! it looks like I didn't see notifications for these two PRs, merging them on master now.

rmoriz commented 9 years ago

can we have a release, please?

lamont-granquist commented 9 years ago

dealing with 12.4.0 fallout right now