mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
9 lines
231 B
Ruby
9 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
|