1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

fixing test

This commit is contained in:
Aaron Bell 2012-06-13 09:39:38 -07:00
parent 85e533294c
commit 332f1d0c20

View file

@ -6,11 +6,13 @@ Shindo.tests('AWS::ELB | models', ['aws', 'elb']) do
@vpc_id = @vpc.id
@subnet = Fog::Compute[:aws].subnets.create({:vpc_id => @vpc_id, :cidr_block => '10.0.10.0/24'})
@subnet_id = @subnet.subnet_id
@scheme = 'internal'
@igw=Fog::Compute[:aws].internet_gateways.create
@igw_id = @igw.id
@igw.attach(@vpc_id)
tests('success') do
tests('load_balancers') do
tests('getting a missing elb') do