Sha256: 500b39ef7fd5f45bafd14e3ffbda4ac2f9e6116c5d50fe6c4146740e82ef4126

Contents?: true

Size: 266 Bytes

Versions: 42

Compression:

Stored size: 266 Bytes

Contents

require "helpers/integration_test_helper"
require "integration/factories/disks_factory"

class TestDisks < FogIntegrationTest
  include TestCollection

  def setup
    @subject = Fog::Compute[:google].disks
    @factory = DisksFactory.new(namespaced_name)
  end
end

Version data entries

42 entries across 40 versions & 3 rubygems

Version Path
fog-google-1.8.1 test/integration/compute/core_compute/test_disks.rb
fog-google-1.8.0 test/integration/compute/core_compute/test_disks.rb
fog-google-1.7.1 test/integration/compute/core_compute/test_disks.rb
fog-google-1.7.0 test/integration/compute/core_compute/test_disks.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-google-0.1.0/test/integration/compute/test_disks.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-google-0.1.0/test/integration/compute/test_disks.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-google-0.1.0/test/integration/compute/test_disks.rb
fog-google-1.6.0 test/integration/compute/disks/test_compute_disk_models.rb
fog-google-1.5.0 test/integration/compute/disks/test_compute_disk_models.rb
fog-google-1.4.0 test/integration/compute/disks/test_compute_disk_models.rb
fog-google-0.1.3 test/integration/compute/test_disks.rb
fog-google-0.1.2 test/integration/compute/test_disks.rb
fog-google-1.3.3 test/integration/compute/disks/test_compute_disk_models.rb
fog-google-1.3.2 test/integration/compute/disks/test_compute_disk_models.rb
fog-google-1.3.1 test/integration/compute/disks/test_compute_disk_models.rb
fog-google-1.3.0 test/integration/compute/disks/test_compute_disk_models.rb
fog-google-1.2.2 test/integration/compute/disks/test_compute_disk_models.rb
fog-google-1.2.1 test/integration/compute/disks/test_compute_disk_models.rb
fog-google-1.2.0 test/integration/compute/disks/test_compute_disk_models.rb
fog-google-1.1.0 test/integration/compute/disks/test_compute_disk_models.rb