chef-cookbooks / iptables

Development repository for Chef Cookbook iptables
https://supermarket.chef.io/cookbooks/iptables
Apache License 2.0
102 stars 141 forks source link

add chefspec matcher #39

Closed rmoriz closed 8 years ago

rmoriz commented 9 years ago

e.g.

def enable_iptables_rule(resource_name)
  ChefSpec::Matchers::ResourceMatcher.new(:iptables_rule, :enable, resource_name)
end
tas50 commented 8 years ago

Closing this out since the change has been merged and released