Sha256: 1ce5b156e58a8877b1e25c7402173e30dca9cd0841ce2463650cfa83c2b206da
Contents?: true
Size: 641 Bytes
Versions: 41
Compression:
Stored size: 641 Bytes
Contents
Shindo.tests('Fog::Compute[:vsphere] | servers collection', ['vsphere']) do servers = Fog::Compute[:vsphere].servers tests('The servers collection') do test('should not be empty') { not servers.empty? } test('should be a kind of Fog::Compute::Vsphere::Servers') { servers.kind_of? Fog::Compute::Vsphere::Servers } tests('should be able to reload itself').succeeds { servers.reload } tests('should be able to get a model') do tests('by managed object reference').succeeds { servers.get 'jefftest' } tests('by instance uuid').succeeds { servers.get '5032c8a5-9c5e-ba7a-3804-832a03e16381' } end end end
Version data entries
41 entries across 41 versions & 1 rubygems