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