Top Level Namespace
Defined Under Namespace
Modules: SolidusProductAttachments, Spree
Instance Method Summary collapse
Instance Method Details
#fake_attachment ⇒ Object
1 2 3 |
# File 'lib/solidus_product_attachments/testing_support/support/assets.rb', line 1 def Rack::Test::UploadedFile.new(File.join(__dir__, '..', 'fixtures', 'test_file.pdf'), 'application/pdf') end |