Sha256: 0d16c4bc7296a928b37c3c2b318a355d57efe5f41e567cfd293f088754102e47
Contents?: true
Size: 731 Bytes
Versions: 32
Compression:
Stored size: 731 Bytes
Contents
Shindo.tests('Fog::Compute[:cloudstack] | disk offering requests', ['cloudstack']) do @disk_offerings_format = { 'listdiskofferingsresponse' => { 'count' => Integer, 'diskoffering' => [ 'id' => Integer, 'created' => String, 'disksize' => Integer, 'displaytext' => String, 'domain' => Fog::Nullable::String, 'domainid' => Fog::Nullable::Integer, 'iscustomized' => Fog::Boolean, 'name' => String, 'tags' => Fog::Nullable::String ] } } tests('success') do tests('#list_disk_offerings').formats(@disk_offerings_format) do pending if Fog.mocking? Fog::Compute[:cloudstack].list_disk_offerings end end end
Version data entries
32 entries across 32 versions & 14 rubygems