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

Assertions #16

Closed jperry closed 12 years ago

jperry commented 12 years ago

Hi David,

The assertions you provide don't actually test the system directly correct? They are only testing the resources were defined and that if chef ran correctly it should have installed X package. The assert_installed for example doesn't actually check the system to see if chef really did install it correct?

Thanks, Jay

calavera commented 12 years ago

This is dup, replying in the other one and closing this one.