Sha256: 70d7a4033f211ed2bab2f69ad235d389fb9a857b707d53ea82d8e9464a84ba8e

Contents?: true

Size: 520 Bytes

Versions: 87

Compression:

Stored size: 520 Bytes

Contents

Shindo.tests('Fog::Compute[:digitalocean] | list_flavors request', ['digitalocean', 'compute']) do

  # {"id":2,"name":"Amsterdam 1"}
  @flavor_format = {
    'id'           => Integer,
    'name'         => String,
  }

  tests('success') do

    tests('#list_flavor') do
      flavors = Fog::Compute[:digitalocean].list_flavors.body
      test 'returns a Hash' do
        flavors.is_a? Hash
      end
      tests('flavor').formats(@flavor_format, false) do
        flavors['sizes'].first
      end
    end

  end

end

Version data entries

87 entries across 87 versions & 7 rubygems

Version Path
fog-1.37.0 tests/digitalocean/requests/compute/list_flavors_tests.rb
fog-1.36.0 tests/digitalocean/requests/compute/list_flavors_tests.rb
fog-1.35.0 tests/digitalocean/requests/compute/list_flavors_tests.rb
fog-2.0.0.pre.0 tests/digitalocean/requests/compute/list_flavors_tests.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/tests/digitalocean/requests/compute/list_flavors_tests.rb
fog-1.34.0 tests/digitalocean/requests/compute/list_flavors_tests.rb
fog-1.33.0 tests/digitalocean/requests/compute/list_flavors_tests.rb
fog-1.32.0 tests/digitalocean/requests/compute/list_flavors_tests.rb
fog-1.31.0 tests/digitalocean/requests/compute/list_flavors_tests.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/tests/digitalocean/requests/compute/list_flavors_tests.rb
fog-1.30.0 tests/digitalocean/requests/compute/list_flavors_tests.rb
fog-1.29.0 tests/digitalocean/requests/compute/list_flavors_tests.rb
fog-1.28.0 tests/digitalocean/requests/compute/list_flavors_tests.rb
fog-1.27.0 tests/digitalocean/requests/compute/list_flavors_tests.rb
fog-1.26.0 tests/digitalocean/requests/compute/list_flavors_tests.rb
fog-1.25.0 tests/digitalocean/requests/compute/list_flavors_tests.rb
nsidc-fog-1.24.1 tests/digitalocean/requests/compute/list_flavors_tests.rb
fog-1.24.0 tests/digitalocean/requests/compute/list_flavors_tests.rb
ns-fog-1.22.11 tests/digitalocean/requests/compute/list_flavors_tests.rb
ns-fog-1.22.10 tests/digitalocean/requests/compute/list_flavors_tests.rb