Sha256: f160a7a03a540d21dcbfa51d2e6736c9585877f34c8867bff6552198896efb4a

Contents?: true

Size: 358 Bytes

Versions: 13

Compression:

Stored size: 358 Bytes

Contents

Shindo.tests('Fog::Compute[:vsphere] | list_child_snapshots request', ['vsphere']) do
  compute = Fog::Compute[:vsphere]

  tests('The response should') do
    response = compute.list_child_snapshots('snapshot-0101')
    test('be a kind of Array') { response.is_a? Array }
    test('it should contains Hashes') { response.all? { |i| Hash === i } }
  end
end

Version data entries

13 entries across 11 versions & 2 rubygems

Version Path
fog-vsphere-3.7.0 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-3.6.8 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-3.6.7 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-3.6.6 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-3.0.0 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-2.5.0 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-2.4.0 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-2.3.0 tests/requests/compute/list_child_snapshots_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-vsphere-2.2.0/tests/requests/compute/list_child_snapshots_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-vsphere-2.2.0/tests/requests/compute/list_child_snapshots_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-vsphere-2.2.0/tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-2.2.0 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-1.7.0.1 tests/requests/compute/list_child_snapshots_tests.rb