Sha256: b8ccae3482fc0cb00fa7bbcf1cc9b68fdb98c70b5946430fd546c8bb8207bd1f
Contents?: true
Size: 454 Bytes
Versions: 7
Compression:
Stored size: 454 Bytes
Contents
require 'ostruct' Shindo.tests('Fog::Compute[:vsphere] | update_vm request', 'vsphere') do compute = Fog::Compute[:vsphere] server = Fog::Compute::Vsphere::Server.new tests('UPDATE vm | The return value should') do response = compute.update_vm(server) test('be a kind of Hash') { response.is_a? Hash } test('should have a task_state key') { response.key? 'task_state' } test('be a kind of Hash') { response.is_a? Hash } end end
Version data entries
7 entries across 5 versions & 2 rubygems