Sha256: 2093521e98d735c924692625177b13bd3fff490fcca76cba047cfb08bbff9bb7
Contents?: true
Size: 254 Bytes
Versions: 43
Compression:
Stored size: 254 Bytes
Contents
Shindo.tests("Fog::Compute[:aws] | subnets", ['aws']) do @vpc=Fog::Compute[:aws].vpcs.create('cidr_block' => '10.0.10.0/28') collection_tests(Fog::Compute[:aws].subnets, { :vpc_id => @vpc.id, :cidr_block => '10.0.10.0/28'}, true) @vpc.destroy end
Version data entries
43 entries across 43 versions & 13 rubygems