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