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-maestrodev-1.18.0.20131206115947 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-maestrodev-1.18.0.20131205181604 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-maestrodev-1.18.0.20131127194823 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-maestrodev-1.18.0.20131126183714 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-maestrodev-1.18.0.20131126122111 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-maestrodev-1.18.0.20131125111730 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-maestrodev-1.18.0.20131125083406 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-maestrodev-1.18.0.20131123105121 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-maestrodev-1.18.0.20131122203507 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-maestrodev-1.18.0.20131121075022 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-maestrodev-1.18.0.20131118164830 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-maestrodev-1.18.0.20131115184302 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-maestrodev-1.18.0.20131114200144 tests/rackspace/models/compute_v2/flavors_tests.rb
gapinc-fog-1.12.1.2.1 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-maestrodev-1.18.0.20131112185232 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-maestrodev-1.18.0.20131111203459 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-1.18.0 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-1.17.0 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-1.16.0 tests/rackspace/models/compute_v2/flavors_tests.rb
fog-maestrodev-1.15.0.20130927082724 tests/rackspace/models/compute_v2/flavors_tests.rb