Top Level Namespace

Defined Under Namespace

Modules: SolidusProductAttachments, Spree

Instance Method Summary collapse

Instance Method Details

#fake_attachmentObject



1
2
3
# File 'lib/solidus_product_attachments/testing_support/support/assets.rb', line 1

def fake_attachment
  Rack::Test::UploadedFile.new(File.join(__dir__, '..', 'fixtures', 'test_file.pdf'), 'application/pdf')
end