Sha256: 0f9b872caa2b3df98dd4202e131dd3b97884b4c9156407bb3bfb5b09e426c20d

Contents?: true

Size: 325 Bytes

Versions: 5

Compression:

Stored size: 325 Bytes

Contents

FactoryGirl.define do
  factory :image_factory_provider_image, :class => Tim::ImageFactory::ProviderImage do
    status "New"
    id "4cc3b024-5fe7-4b0b-934b-c5d463b990b0"
    percent_complete "10"
    provider "MockSphere"
    identifier_on_provider "mock-123456"
    provider_account_identifier "mock-account-123"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tim-0.3.0 spec/factories/tim/image_factory/provider_image.rb
tim-0.2.0 spec/factories/tim/image_factory/provider_image.rb
tim-0.1.2 spec/factories/tim/image_factory/provider_image.rb
tim-0.1.1 spec/factories/tim/image_factory/provider_image.rb
tim-0.0.1 spec/factories/tim/image_factory/provider_image.rb