Sha256: 92c15b2e9b7d83b624099a0f4e3eae7142f78ce54f7fbec2b72d25a5fb5d3954

Contents?: true

Size: 284 Bytes

Versions: 25

Compression:

Stored size: 284 Bytes

Contents

require "integration/factories/collection_factory"

class ImagesFactory < CollectionFactory
  def initialize(example)
    super(Fog::Compute[:google].images, example)
  end

  def params
    { :name => resource_name,
      :raw_disk => { :source => TEST_RAW_DISK_SOURCE } }
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
fog-google-1.7.1 test/integration/factories/images_factory.rb
fog-google-1.7.0 test/integration/factories/images_factory.rb
fog-google-1.6.0 test/integration/factories/images_factory.rb
fog-google-1.5.0 test/integration/factories/images_factory.rb
fog-google-1.4.0 test/integration/factories/images_factory.rb
fog-google-1.3.3 test/integration/factories/images_factory.rb
fog-google-1.3.2 test/integration/factories/images_factory.rb
fog-google-1.3.1 test/integration/factories/images_factory.rb
fog-google-1.3.0 test/integration/factories/images_factory.rb
fog-google-1.2.2 test/integration/factories/images_factory.rb
fog-google-1.2.1 test/integration/factories/images_factory.rb
fog-google-1.2.0 test/integration/factories/images_factory.rb
fog-google-1.1.0 test/integration/factories/images_factory.rb
fog-google-1.0.1 test/integration/factories/images_factory.rb
fog-google-1.0.0 test/integration/factories/images_factory.rb
fog-google-0.6.0 test/integration/factories/images_factory.rb
fog-google-0.5.5 test/integration/factories/images_factory.rb
fog-google-0.5.4 test/integration/factories/images_factory.rb
fog-google-0.5.3 test/integration/factories/images_factory.rb
fog-google-0.5.2 test/integration/factories/images_factory.rb