Sha256: b222f3e181fcc2cd9d1e202a08fb89c0c4acd12b31a6a424d4d2e6a79ca882d9

Contents?: true

Size: 331 Bytes

Versions: 6

Compression:

Stored size: 331 Bytes

Contents

Shindo.tests('Fog::Compute::DigitalOcean | attach_volume request', ['digitalocean', 'compute']) do
  service = Fog::Compute.new(:provider => 'DigitalOcean')

  tests('success') do
    tests('creates a new volume') do
      response = service.attach_volume(1, 1, 'nyc1')
      response.body['result'] == 'success'
    end
  end
end

Version data entries

6 entries across 4 versions & 2 rubygems

Version Path
fog-digitalocean-0.4.0 tests/digitalocean/requests/compute/attach_volume_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-digitalocean-0.3.0/tests/digitalocean/requests/compute/attach_volume_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-digitalocean-0.3.0/tests/digitalocean/requests/compute/attach_volume_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-digitalocean-0.3.0/tests/digitalocean/requests/compute/attach_volume_tests.rb
fog-digitalocean-0.3.0 tests/digitalocean/requests/compute/attach_volume_tests.rb
fog-digitalocean-0.2.0 tests/digitalocean/requests/compute/attach_volume_tests.rb