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

[openstack|identity] cleanup the test role when no longer in use

This commit is contained in:
Sergio Rubio 2013-03-04 16:56:36 +01:00
parent 2381ed38be
commit 3cbb6f2622

View file

@ -14,6 +14,7 @@ Shindo.tests("Fog::Identity[:openstack] | roles", ['openstack']) do
end
end
@role.destroy
@user.destroy
@tenant.destroy
end