Sha256: 67d4eaf3f91d4af1d78ce3b1e2253a51e7ae9ef6cd1a5e8df805737c587f04d7
Contents?: true
Size: 362 Bytes
Versions: 124
Compression:
Stored size: 362 Bytes
Contents
Shindo.tests('Fog::Compute[:ibm] | location requests', ['ibm']) do @vlan_format = { 'id' => String, 'name' => String, 'location' => String, } @vlans_format = { 'vlan' => [ @vlan_format ] } tests('success') do tests("#list_vlans").formats(@vlans_format) do Fog::Compute[:ibm].list_vlans.body end end end
Version data entries
124 entries across 122 versions & 18 rubygems