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

Increase visibility of node object #83

Open mfischer-zd opened 10 years ago

mfischer-zd commented 10 years ago

It would be really helpful if we could access the node object outside a test case -- specifically in before and after blocks (as opposed to just it specification blocks). This would allow us to substitute node attributes in setup and teardown hooks.