Skip to content

Commit 9ff0f00

Browse files
committed
add unit test for carp protocol
1 parent e079445 commit 9ff0f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/puppet/type/firewall_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
end
8484

8585
describe ':proto' do
86-
[:ip, :tcp, :udp, :icmp, :esp, :ah, :vrrp, :igmp, :ipencap, :ipv4, :ipv6, :ospf, :gre, :pim, :all].each do |proto|
86+
[:ip, :tcp, :udp, :icmp, :esp, :ah, :vrrp, :carp, :igmp, :ipencap, :ipv4, :ipv6, :ospf, :gre, :pim, :all].each do |proto|
8787
it "accepts proto value #{proto}" do
8888
resource[:proto] = proto
8989
expect(resource[:proto]).to eql proto

0 commit comments

Comments
 (0)