Sha256: bda95b185335acd2a9c4e6d6cb6490425fad66293a02749740465c28b083e8b8

Contents?: true

Size: 421 Bytes

Versions: 13

Compression:

Stored size: 421 Bytes

Contents

Shindo.tests('Fog::Rackspace::BlockStorage | volume_types', ['rackspace']) do

  pending if Fog.mocking?

  service = Fog::Rackspace::BlockStorage.new

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

    tests("#get").succeeds do
      service.volume_types.get(1)
    end
  end

  tests("failure").returns(nil) do
    service.volume_types.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/block_storage/volume_types_tests.rb
fog-nirvanix-1.8.1 tests/rackspace/models/block_storage/volume_types_tests.rb
fog-parser-fix-1.6.1 tests/rackspace/models/block_storage/volume_types_tests.rb
fog-test-again-1.6.0 tests/rackspace/models/block_storage/volume_types_tests.rb
fog-parser-fix-1.6.0 tests/rackspace/models/block_storage/volume_types_tests.rb
fog-maestrodev-1.8.0.20130114204828 tests/rackspace/models/block_storage/volume_types_tests.rb
fog-maestrodev-1.8.0.20130111070250 tests/rackspace/models/block_storage/volume_types_tests.rb
fog-maestrodev-1.8.0.20130109172219 tests/rackspace/models/block_storage/volume_types_tests.rb
fog-sgonyea-1.8.1 tests/rackspace/models/block_storage/volume_types_tests.rb
fog-1.8.0 tests/rackspace/models/block_storage/volume_types_tests.rb
fog-maestrodev-1.7.0.20121114190951 tests/rackspace/models/block_storage/volume_types_tests.rb
fog-1.7.0 tests/rackspace/models/block_storage/volume_types_tests.rb
fog-1.6.0 tests/rackspace/models/block_storage/volume_types_tests.rb