Sha256: ae7ae480e04086645985b253a209a1c72794b598406db589eff76da7aa32bf49

Contents?: true

Size: 399 Bytes

Versions: 30

Compression:

Stored size: 399 Bytes

Contents

# frozen_string_literal: true

require "factory_bot"
require "alchemy/test_support/factories/content_factory"
require "alchemy/test_support/factories/picture_factory"

FactoryBot.define do
  factory :alchemy_essence_picture, class: "Alchemy::EssencePicture" do
    picture factory: :alchemy_picture

    trait :with_content do
      association :content, factory: :alchemy_content
    end
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
alchemy_cms-5.1.10 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-5.0.10 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-5.1.9 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-5.0.9 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-5.1.8 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-5.0.8 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-5.0.7 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-5.1.7 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-5.1.6 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-5.0.6 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-5.1.5 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-5.0.5 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-5.1.4 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-5.0.4 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-5.1.3 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-5.2.0.b1 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-5.1.2 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-5.1.1 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-5.0.3 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-5.1.0 lib/alchemy/test_support/factories/essence_picture_factory.rb