Sha256: 45f58c0cd5f572b0d2adad28f023202704e64cd6c3fcf002868b960ad9ae943e

Contents?: true

Size: 270 Bytes

Versions: 40

Compression:

Stored size: 270 Bytes

Contents

require "helpers/integration_test_helper"
require "integration/factories/images_factory"

class TestImages < FogIntegrationTest
  include TestCollection

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

Version data entries

40 entries across 38 versions & 3 rubygems

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