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