Sha256: 223d5df6b69d5196ed4b77d07ec309bcc125c208f3034a2c5ece29f995196b11
Contents?: true
Size: 282 Bytes
Versions: 28
Compression:
Stored size: 282 Bytes
Contents
require "helpers/integration_test_helper" require "integration/factories/firewalls_factory" class TestFirewalls < FogIntegrationTest include TestCollection def setup @subject = Fog::Compute[:google].firewalls @factory = FirewallsFactory.new(namespaced_name) end end
Version data entries
28 entries across 28 versions & 2 rubygems