Sha256: 3901e0e596610c5d5562b1b62e64dcd157598064756f8e5641b54a34e62956c7
Contents?: true
Size: 285 Bytes
Versions: 123
Compression:
Stored size: 285 Bytes
Contents
Shindo.tests('Fog::Compute[:libvirt] | nics collection', ['libvirt']) do nics = Fog::Compute[:libvirt].servers.first.nics tests('The nics collection') do test('should not be empty') { not nics.empty? } test('should be a kind of Array') { nics.kind_of? Array } end end
Version data entries
123 entries across 123 versions & 17 rubygems