chef-boneyard / windows_firewall

Chef cookbook to configure Windows Firewall
Apache License 2.0
6 stars 9 forks source link

ChefSpec Matcher #18

Closed bpholt closed 8 years ago

bpholt commented 8 years ago

Have you considered adding a ChefSpec matcher for the windows_firewall_rule resource? We wrote one we’re using in our tests, so I can send a PR pretty easily if you’re open to it. I also saw http://blog.standardedge.com/2014/01/chefspec-automatically-resolve-resource.html, so I figured it was worth asking first in case you would rather just encourage people to use automatic matchers.

lynx44 commented 8 years ago

I'm certainly not against it, feel free to send the PR! I know I'm way out of the norm with automatic resource matchers.

Z3r0Sum commented 8 years ago

@lynx44 I saw this issue afterwards, but I just opened PR #20 to address this issue.

bpholt commented 8 years ago

Thanks @Z3r0Sum—I didn't get a chance to submit the PR immediately and then forgot about it. Glad it's moving forward.

lynx44 commented 8 years ago

Resolved in https://github.com/lynx44/windows_firewall/pull/20