Sha256: 671cf4e3e85f26327ff63e03f36b095b6434873011cd7559c0827eba5ebed09b
Contents?: true
Size: 252 Bytes
Versions: 4
Compression:
Stored size: 252 Bytes
Contents
# frozen_string_literal: true 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
4 entries across 4 versions & 1 rubygems