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

fix autodiscover of used recipes for Chef 11 #48

Closed fsimmend closed 11 years ago

fsimmend commented 11 years ago

Rake tests are failing but as discussed, this is a known issue

calavera commented 11 years ago

@grosser it looks like your patch didn't really fixed the problem. How do you feel about this new patch?

calavera commented 11 years ago

for the documentation, it looks like this is the right behavior.

I'll try to get the tests back tomorrow and write some info in the README about how to run them before merging this.

grosser commented 11 years ago

Not sure what patch you are referring to, I had a pull related to exit status, and one for cookbook path. Supporting 10 and 11 would be nice, so maybe if/else the new code (or does it work on both ?)

calavera commented 11 years ago

I've merged this commit in master. Please check the new development section in the readme to know how to run the tests, they should work either with Chef 10 and Chef 11.

https://github.com/calavera/minitest-chef-handler#development

Thank you!

fsimmend commented 11 years ago

0.6.8 works now with chef 10 and chef 11 . Thanks for the quick release.