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

git grep -l "Compute::AWS" -- tests/ | xargs sed -i "" "s/Compute::AWS/AWS::Compute/g"

This commit is contained in:
sue445 2018-09-12 18:35:01 +09:00
parent af3564d0db
commit d9d9d2f97f
26 changed files with 113 additions and 113 deletions

View file

@ -1,5 +1,5 @@
Shindo.tests('AWS::ELB | models', ['aws', 'elb']) do
Fog::Compute::AWS::Mock.reset if Fog.mocking?
Fog::AWS::Compute::Mock.reset if Fog.mocking?
@availability_zones = Fog::Compute[:aws].describe_availability_zones('state' => 'available').body['availabilityZoneInfo'].map{ |az| az['zoneName'] }
@key_name = 'fog-test-model'
@vpc = Fog::Compute[:aws].vpcs.create('cidr_block' => '10.0.10.0/24')