Sha256: ee4ceff7da282f33d4d6b872a33e01f74b85f72015d7bf33d86e3ac560dbc298
Contents?: true
Size: 592 Bytes
Versions: 25
Compression:
Stored size: 592 Bytes
Contents
Shindo.tests('Fog::Compute[:xenserver] | PIFs collection', ['xenserver']) do conn = Fog::Compute[:xenserver] tests('The pifs collection') do pifs = conn.pifs.all test('should not be empty') { !pifs.empty? } test('should be a kind of Fog::Compute::XenServer::Pifs') { pifs.kind_of? Fog::Compute::XenServer::Pifs } tests('should be able to reload itself').succeeds { pifs.reload } tests('should be able to get a model') do tests('by reference').succeeds { pifs.get(pifs.first.reference).is_a? Fog::Compute::XenServer::PIF } end end end
Version data entries
25 entries across 25 versions & 4 rubygems