Sha256: 56b1e21ddc0562106b3528ec93ab778d4939c631ac3cd000685f3a7b9c252257
Contents?: true
Size: 495 Bytes
Versions: 109
Compression:
Stored size: 495 Bytes
Contents
Shindo.tests('Fog::Compute[:libvirt] | networks collection', ['libvirt']) do networks = Fog::Compute[:libvirt].networks tests('The networks collection') do test('should be a kind of Fog::Compute::Libvirt::Networks') { networks.kind_of? Fog::Compute::Libvirt::Networks } tests('should be able to reload itself').succeeds { networks.reload } tests('should be able to get a model') do tests('by instance id').succeeds { networks.get networks.first.uuid } end end end
Version data entries
109 entries across 109 versions & 16 rubygems