mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
10 lines
231 B
Ruby
10 lines
231 B
Ruby
![]() |
Shindo.tests("Fog::Compute[:openstack] | tenant", ['openstack']) do
|
||
|
@instance = Fog::Identity[:openstack].tenants.first
|
||
|
|
||
|
tests('success') do
|
||
|
tests('#roles_for(0)').succeeds do
|
||
|
@instance.roles_for(0)
|
||
|
end
|
||
|
end
|
||
|
end
|