Sha256: 3cda93d4b4e9421e87a20950e3b226caa00cc91ba040ff09bf6cdf76f8f358cd
Contents?: true
Size: 246 Bytes
Versions: 43
Compression:
Stored size: 246 Bytes
Contents
Shindo.tests("Fog::Compute[:aws] | subnet", ['aws']) do @vpc=Fog::Compute[:aws].vpcs.create('cidr_block' => '10.0.10.0/24') model_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