Sha256: 78ec423877f1118eb3baf75d9bbd47c322e4a5597bb07ef555ccd4a56cde93c8
Contents?: true
Size: 356 Bytes
Versions: 12
Compression:
Stored size: 356 Bytes
Contents
Shindo.tests('Fog::Compute[:libvirt] | update_autostart request', ['libvirt']) do servers = Fog::Compute[:libvirt].servers tests('The response should') do test('should not be empty') { not servers.empty? } server = servers.first tests('should be false').succeeds { server.autostart == false } server.update_autostart(true) end end
Version data entries
12 entries across 12 versions & 2 rubygems