Sha256: c30419d2ce0dbd6842f3a295d57768a1be714f1c04cce1f9ecf3a978351ec6b5
Contents?: true
Size: 423 Bytes
Versions: 103
Compression:
Stored size: 423 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.has_key? 'current_time' } test('have a current_time key with a Time value') { response['current_time'].kind_of? Time } end end
Version data entries
103 entries across 103 versions & 17 rubygems