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

Ensure vpc created in a test doesn't affect another

This commit is contained in:
Carlos Sanchez 2013-12-05 19:09:05 +01:00
parent 1251e89e61
commit 575132f31d

View file

@ -330,5 +330,9 @@ Shindo.tests('AWS::ELB | models', ['aws', 'elb']) do
end
Fog::AWS[:iam].delete_server_certificate(@key_name)
@igw.destroy
@subnet.destroy
@vpc.destroy
end
end