Sha256: cede18545e436230983e94b8efe93d805df7656db4e5d4daacf1e28920d7a552

Contents?: true

Size: 321 Bytes

Versions: 13

Compression:

Stored size: 321 Bytes

Contents

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

  pending if Fog.mocking?

  service = Fog::Rackspace::BlockStorage.new
  options = { :display_name => "fog_#{Time.now.to_i.to_s}", :size => 100 }

  collection_tests(service.volumes, options, false) do
    @instance.wait_for { ready? }
  end
end

Version data entries

13 entries across 13 versions & 6 rubygems

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