Sha256: b90567ee13ff7c65cf72ec0d5e41e00a26a0d070fc0aae7dcd91f74fc83a1d05
Contents?: true
Size: 260 Bytes
Versions: 22
Compression:
Stored size: 260 Bytes
Contents
FactoryBot.define do factory :favicon_image, class: Spree::StoreFaviconImage do transient do filepath { Spree::Core::Engine.root.join('spec', 'fixtures', 'favicon.ico') } end attachment { Rack::Test::UploadedFile.new(filepath) } end end
Version data entries
22 entries across 22 versions & 1 rubygems