Sha256: 688e74bddfe3d4c983bc5f6c23cb6ee667f9217654c319b121d4debf40cb5602

Contents?: true

Size: 308 Bytes

Versions: 41

Compression:

Stored size: 308 Bytes

Contents

Shindo.tests('Fog::Compute[:vsphere] | list_storage_pods request', ['vsphere']) do
  tests("When listing all storage pods") do

    response = Fog::Compute[:vsphere].list_storage_pods

    tests("The response data format ...") do
      test("be a kind of Hash") { response.kind_of? Array }
    end
  end
end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
fog-vsphere-0.3.0 tests/requests/compute/list_storage_pods_test.rb