Sha256: 80a7dcd6eec11f73066a25b3bdf6f73326f2f844ef2788dc2945db2d124d77db
Contents?: true
Size: 318 Bytes
Versions: 123
Compression:
Stored size: 318 Bytes
Contents
Shindo.tests("Fog::Compute[:libvirt] | define_domain request", 'libvirt') do compute = Fog::Compute[:libvirt] xml = compute.servers.new().to_xml tests("Define Domain") do response = compute.define_domain(xml) test("should be a kind of Libvirt::Domain") { response.kind_of? Libvirt::Domain} end end
Version data entries
123 entries across 123 versions & 17 rubygems