Sha256: a68b13b30bab54a004da806745879e50c74850cccb88dc56970e683a110bbaac
Contents?: true
Size: 419 Bytes
Versions: 72
Compression:
Stored size: 419 Bytes
Contents
Shindo.tests('Fog::Compute[:vsphere] | current_time request', ['vsphere']) do compute = Fog::Compute[:vsphere] tests('The response should') do response = compute.current_time test('be a kind of Hash') { response.kind_of? Hash } test('have a current_time key') { response.key? 'current_time' } test('have a current_time key with a Time value') { response['current_time'].kind_of? Time } end end
Version data entries
72 entries across 72 versions & 5 rubygems