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:
parent
f95a2ddad8
commit
c12ad235f6
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue