We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e079445 commit 9ff0f00Copy full SHA for 9ff0f00
spec/unit/puppet/type/firewall_spec.rb
@@ -83,7 +83,7 @@
83
end
84
85
describe ':proto' do
86
- [:ip, :tcp, :udp, :icmp, :esp, :ah, :vrrp, :igmp, :ipencap, :ipv4, :ipv6, :ospf, :gre, :pim, :all].each do |proto|
+ [:ip, :tcp, :udp, :icmp, :esp, :ah, :vrrp, :carp, :igmp, :ipencap, :ipv4, :ipv6, :ospf, :gre, :pim, :all].each do |proto|
87
it "accepts proto value #{proto}" do
88
resource[:proto] = proto
89
expect(resource[:proto]).to eql proto
0 commit comments