test/models/application_gateway/test_gateway.rb in fog-azure-rm-0.3.3 vs test/models/application_gateway/test_gateway.rb in fog-azure-rm-0.3.4
- old
+ new
@@ -52,10 +52,11 @@
:probes,
:backend_address_pools,
:backend_http_settings_list,
:http_listeners,
:url_path_maps,
- :request_routing_rules
+ :request_routing_rules,
+ :tags
]
attributes.each do |attribute|
assert_respond_to @gateway, attribute
end
end