Sha256: 6a3ea0c1d35a0a2173605b257576735e8116ee341bdc0e74e2cc3a394d17cf44

Contents?: true

Size: 362 Bytes

Versions: 45

Compression:

Stored size: 362 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.kind_of? Array }
    test('it should contains Hashes') { response.all? { |i| Hash === i } }
  end
end

Version data entries

45 entries across 45 versions & 2 rubygems

Version Path
fog-vsphere-2.1.1 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-2.1.0 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-2.0.1 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-2.0.0 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-1.13.1 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-1.13.0 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-1.12.0 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-1.11.3 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-1.11.2 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-1.11.1 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-1.11.0 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-1.10.0 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-1.9.2 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-1.9.1 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-1.9.0 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-1.8.0 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-1.7.1 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-1.7.0 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-1.6.0 tests/requests/compute/list_child_snapshots_tests.rb
fog-vsphere-1.5.2 tests/requests/compute/list_child_snapshots_tests.rb