From 332f1d0c2090fb56085314c0ddd72f843bc4a54f Mon Sep 17 00:00:00 2001 From: Aaron Bell Date: Wed, 13 Jun 2012 09:39:38 -0700 Subject: [PATCH] fixing test --- tests/aws/models/elb/model_tests.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/aws/models/elb/model_tests.rb b/tests/aws/models/elb/model_tests.rb index 0bbe28f45..25271763e 100644 --- a/tests/aws/models/elb/model_tests.rb +++ b/tests/aws/models/elb/model_tests.rb @@ -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