Sha256: 644190354c92d51c2e4d3f105914dbf17a86b935230f6479f41913700decad98

Contents?: true

Size: 255 Bytes

Versions: 30

Compression:

Stored size: 255 Bytes

Contents

# frozen_string_literal: true

require "factory_bot"
require "alchemy/test_support/factories/attachment_factory"

FactoryBot.define do
  factory :alchemy_essence_file, class: "Alchemy::EssenceFile" do
    attachment factory: :alchemy_attachment
  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_file_factory.rb
alchemy_cms-5.0.10 lib/alchemy/test_support/factories/essence_file_factory.rb
alchemy_cms-5.1.9 lib/alchemy/test_support/factories/essence_file_factory.rb
alchemy_cms-5.0.9 lib/alchemy/test_support/factories/essence_file_factory.rb
alchemy_cms-5.1.8 lib/alchemy/test_support/factories/essence_file_factory.rb
alchemy_cms-5.0.8 lib/alchemy/test_support/factories/essence_file_factory.rb
alchemy_cms-5.0.7 lib/alchemy/test_support/factories/essence_file_factory.rb
alchemy_cms-5.1.7 lib/alchemy/test_support/factories/essence_file_factory.rb
alchemy_cms-5.1.6 lib/alchemy/test_support/factories/essence_file_factory.rb
alchemy_cms-5.0.6 lib/alchemy/test_support/factories/essence_file_factory.rb
alchemy_cms-5.1.5 lib/alchemy/test_support/factories/essence_file_factory.rb
alchemy_cms-5.0.5 lib/alchemy/test_support/factories/essence_file_factory.rb
alchemy_cms-5.1.4 lib/alchemy/test_support/factories/essence_file_factory.rb
alchemy_cms-5.0.4 lib/alchemy/test_support/factories/essence_file_factory.rb
alchemy_cms-5.1.3 lib/alchemy/test_support/factories/essence_file_factory.rb
alchemy_cms-5.2.0.b1 lib/alchemy/test_support/factories/essence_file_factory.rb
alchemy_cms-5.1.2 lib/alchemy/test_support/factories/essence_file_factory.rb
alchemy_cms-5.1.1 lib/alchemy/test_support/factories/essence_file_factory.rb
alchemy_cms-5.0.3 lib/alchemy/test_support/factories/essence_file_factory.rb
alchemy_cms-5.1.0 lib/alchemy/test_support/factories/essence_file_factory.rb