Sha256: 7c5d5943e44774107bddde6b7c5ff2fb52f22d53e00bf7cded3bd9a2bd15a4ee
Contents?: true
Size: 449 Bytes
Versions: 19
Compression:
Stored size: 449 Bytes
Contents
Shindo.tests('Fog::Openstack[:planning] | Planning role requests', ['openstack']) do openstack = Fog::Identity[:openstack] @role_format = { 'description' => Fog::Nullable::String, 'name' => Fog::Nullable::String, 'uuid' => String, 'version' => Integer, } tests('success') do tests('#list_roles').data_matches_schema([@role_format]) do Fog::Openstack[:planning].list_roles.body end end end
Version data entries
19 entries across 19 versions & 3 rubygems