Sha256: 34b71e6b67f4dfca0a73bf3f95fbb985cca4e0d6db0ce6a12b27d82e539eeb0b
Contents?: true
Size: 320 Bytes
Versions: 30
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
30 entries across 30 versions & 1 rubygems