Sha256: 126b6b0403dab2f682dba817a8bfd1babfb0d69a7182032e0b08e9da74040e64
Contents?: true
Size: 165 Bytes
Versions: 16
Compression:
Stored size: 165 Bytes
Contents
FactoryBot.define do factory :image, class: Spree::Image do attachment { File.new(Spree::Core::Engine.root + 'spec/fixtures' + 'thinking-cat.jpg') } end end
Version data entries
16 entries across 16 versions & 1 rubygems