1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/openstack/models/identity/tenant_tests.rb
2012-04-30 10:34:58 +08:00

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