Skip to content

Use Rack::Test::UploadedFile instead of fixture_file_upload [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Igor Drozdov requested to merge cherry-pick-e83cb57f into master

What does this MR do?

A discussion in this issue pointed out that including ActionDispatch::TestProcess globally may cause unexpected consequences.

Let's remove those inclusions and change fixture_file_upload usages to Rack::Test::UploadedFile.

Edited by Douglas Barbosa Alexandre

Merge request reports

Loading