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

Add spec test to verify methods exposed on Chef::Resource #41

Open leifmadsen opened 12 years ago

leifmadsen commented 12 years ago

Opening an issue per @acrmp in #34 so that we get this resolved at some point in the future.

"I also wanted to write a spec to verify the methods exposed on Chef::Resource so we won't step on Chef's own methods in the future."

leifmadsen commented 12 years ago

I'm happy to move this forward if provided a simple example :) I haven't done this type of spec testing before unfortunately.