Sha256: 974fbffc3cd90be76a6c0e50504e5bf6305b916f7423dfe4f9eb0355bdbd92ac

Contents?: true

Size: 406 Bytes

Versions: 100

Compression:

Stored size: 406 Bytes

Contents

Shindo.tests('Fog::Compute::RackspaceV2 | flavors', ['rackspace']) do
  service = Fog::Compute::RackspaceV2.new

  tests("success") do
    tests("#all").succeeds do
      service.flavors.all
    end

    tests("#get").succeeds do
      service.flavors.get(service.flavors.first.id)
    end
  end

  tests("failure").returns(nil) do
    service.flavors.get(Fog::Rackspace::MockData::NOT_FOUND_ID)
  end
end

Version data entries

100 entries across 98 versions & 11 rubygems

Version Path
fog-rackspace-0.1.6 tests/rackspace/models/compute_v2/flavors_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-rackspace-0.1.5/tests/rackspace/models/compute_v2/flavors_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-rackspace-0.1.5/tests/rackspace/models/compute_v2/flavors_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-rackspace-0.1.5/tests/rackspace/models/compute_v2/flavors_tests.rb
fog-rackspace-0.1.5 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-rackspace-0.1.4 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-rackspace-0.1.3 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-rackspace-0.1.2 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-rackspace-0.1.1 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-rackspace-0.1.0 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-1.37.0 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-1.36.0 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-1.35.0 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-2.0.0.pre.0 tests/rackspace/models/compute_v2/flavors_tests.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/tests/rackspace/models/compute_v2/flavors_tests.rb
fog-1.34.0 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-1.33.0 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-1.32.0 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-1.31.0 tests/rackspace/models/compute_v2/flavors_tests.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/tests/rackspace/models/compute_v2/flavors_tests.rb