restore original file name

This commit is contained in:
bilal
2020-06-04 15:07:44 +02:00
parent f99d607a69
commit ee873a2cbe

View File

@@ -8,7 +8,7 @@ FactoryBot.define do
status 0
trait :with_files do
files { [Rack::Test::UploadedFile.new('spec/fixtures/files/AppearanceRelease.pdf', 'application/pdf')] }
files { [Rack::Test::UploadedFile.new('spec/fixtures/files/contract.pdf', 'application/pdf')] }
end
end
end