Sha256: 9b03daaf1383e2255d852c334c38a9a6697b81d4942c69734349d4175b04a8ef
Contents?: true
Size: 320 Bytes
Versions: 20
Compression:
Stored size: 320 Bytes
Contents
# frozen_string_literal: true require 'factory_bot' FactoryBot.define do factory :alchemy_attachment, class: 'Alchemy::Attachment' do file do File.new(Alchemy::Engine.root.join('lib', 'alchemy', 'test_support', 'fixtures', 'image.png')) end name { 'image' } file_name { 'image.png' } end end
Version data entries
20 entries across 20 versions & 1 rubygems