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

[ec2] address spec should always destroy the address

This commit is contained in:
geemus 2010-04-28 17:41:25 -07:00
parent f95a2ddad8
commit c12ad235f6

View file

@ -44,9 +44,7 @@ describe 'Fog::AWS::EC2::Address' do
end
after(:each) do
if @address.public_ip
@address.destroy
end
@address.destroy
@server.destroy
end