1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/cloudstack/compute/models/egress_firewall_rule_tests.rb

6 lines
271 B
Ruby

Shindo.tests("Fog::Compute[:cloudstack] | egress_firewall_rule", "cloudstack") do
config = compute_providers[:cloudstack]
compute = Fog::Compute[:cloudstack]
model_tests(compute.egress_firewall_rules, config[:egress_firewall_rule_attributes], config[:mocked])
end