Sha256: 95472c8cbb3a2ba843f282cf9df08ffe86c2eb1ad5356af2927d20d76e649ad7
Contents?: true
Size: 424 Bytes
Versions: 125
Compression:
Stored size: 424 Bytes
Contents
Shindo.tests('Fog::Compute[:ibm] | locations', ['ibm']) do tests('success') do @location_id = '41' tests('Fog::Compute[:ibm].locations') do returns(true) { Fog::Compute[:ibm].locations.length > 0 } end tests('Fog::Compute[:ibm].locations.get("#{@location_id}")') do @location = Fog::Compute[:ibm].locations.get(@location_id) returns(@location_id) { @location.id } end end end
Version data entries
125 entries across 123 versions & 18 rubygems