Sha256: 7777b65759002fda317140201c09b31a813c1c4cbfb5bcc20c40a74f9e974eb3

Contents?: true

Size: 221 Bytes

Versions: 17

Compression:

Stored size: 221 Bytes

Contents

require 'factory_bot'
require 'alchemy/test_support/factories/picture_factory'

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

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
alchemy_cms-4.0.6 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-4.2.4 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-4.2.3 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-4.2.2 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-4.1.2 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-4.1.1 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-4.2.1 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-4.2.0.rc1 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-4.1.0 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-4.0.5 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-4.0.4 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-4.1.0.rc1 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-4.0.3 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-4.0.2 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-4.1.0.beta lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-4.0.1 lib/alchemy/test_support/factories/essence_picture_factory.rb
alchemy_cms-4.0.0 lib/alchemy/test_support/factories/essence_picture_factory.rb