Sha256: adbee60baf172bb24fea3a3b73337d1688b1520c920a510495641fa34522d976
Contents?: true
Size: 365 Bytes
Versions: 13
Compression:
Stored size: 365 Bytes
Contents
Shindo.tests('Fog::Compute[:vsphere] | list_clusters request', ['vsphere']) do tests('When listing all clusters') do response = Fog::Compute[:vsphere].list_clusters test('Clusters extracted from folders... ') { response.length == 4 } tests('The response data format ...') do test('be a kind of Hash') { response.is_a? Array } end end end
Version data entries
13 entries across 11 versions & 2 rubygems