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

10 lines
231 B
Ruby
Raw Normal View History

2012-02-22 22:40:32 +08:00
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