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?
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