Sha256: ac58890c294f7b0ab9dcf081b5d6227291ad920bf67670f194893329ed041379

Contents?: true

Size: 457 Bytes

Versions: 13

Compression:

Stored size: 457 Bytes

Contents

Shindo.tests('Fog::Compute::RackspaceV2 | images', ['rackspace']) do

  pending if Fog.mocking?

  service = Fog::Compute::RackspaceV2.new
  image_id = nil

  tests("success") do
    tests("#all").succeeds do
      images = service.images.all
      image_id = images.first.id
    end

    tests("#get").succeeds do
      service.images.get(image_id)
    end
  end

  tests("failure").returns(nil) do
    service.images.get('some_random_identity')
  end
end

Version data entries

13 entries across 13 versions & 6 rubygems

Version Path
fog-nirvanix-1.8.2 tests/rackspace/models/compute_v2/images_tests.rb
fog-nirvanix-1.8.1 tests/rackspace/models/compute_v2/images_tests.rb
fog-parser-fix-1.6.1 tests/rackspace/models/compute_v2/images_tests.rb
fog-test-again-1.6.0 tests/rackspace/models/compute_v2/images_tests.rb
fog-parser-fix-1.6.0 tests/rackspace/models/compute_v2/images_tests.rb
fog-maestrodev-1.8.0.20130114204828 tests/rackspace/models/compute_v2/images_tests.rb
fog-maestrodev-1.8.0.20130111070250 tests/rackspace/models/compute_v2/images_tests.rb
fog-maestrodev-1.8.0.20130109172219 tests/rackspace/models/compute_v2/images_tests.rb
fog-sgonyea-1.8.1 tests/rackspace/models/compute_v2/images_tests.rb
fog-1.8.0 tests/rackspace/models/compute_v2/images_tests.rb
fog-maestrodev-1.7.0.20121114190951 tests/rackspace/models/compute_v2/images_tests.rb
fog-1.7.0 tests/rackspace/models/compute_v2/images_tests.rb
fog-1.6.0 tests/rackspace/models/compute_v2/images_tests.rb