Sha256: f5d9e2f40b5c1bd1961843eb485bb69dba5ac42d2bcae092e3c1a6665aa3df6b
Contents?: true
Size: 250 Bytes
Versions: 61
Compression:
Stored size: 250 Bytes
Contents
FactoryBot.define do factory :image, class: Spree::Image do before(:create) do |image| image.attachment.attach(io: File.new(Spree::Core::Engine.root + 'spec/fixtures' + 'thinking-cat.jpg'), filename: 'thinking-cat.jpg') end end end
Version data entries
61 entries across 61 versions & 1 rubygems