Sha256: 0e6ba612009066f5f1498c1d81ed51c50ad301bed80bbd827dfd3ed2390db770
Contents?: true
Size: 304 Bytes
Versions: 12
Compression:
Stored size: 304 Bytes
Contents
require 'factory_bot' FactoryBot.define do factory :alchemy_picture, class: 'Alchemy::Picture' do image_file File.new(Alchemy::Engine.root.join('lib', 'alchemy', 'test_support', 'fixtures', 'image.png')) name 'image' image_file_name 'image.png' upload_hash Time.current.hash end end
Version data entries
12 entries across 12 versions & 1 rubygems