Sha256: c88ba901de5b35aebe9cf1bcb57bbd827eab8e5942d36c85583ca2f05e08c952

Contents?: true

Size: 416 Bytes

Versions: 2

Compression:

Stored size: 416 Bytes

Contents

FactoryGirl.define do
  factory :target_image, :class => Tim::TargetImage do
    target 'Mock'
    build_method 'BARE_METAL'
  end

  factory :target_image_with_full_tree, :parent => :target_image do
    association :image_version, :factory => :image_version_with_full_tree
  end

  factory :target_image_import, :parent => :target_image do
    association :image_version, :factory => :image_version_import
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tim-0.3.0 spec/factories/tim/target_image.rb
tim-0.2.0 spec/factories/tim/target_image.rb