We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59566ca commit 9481b70Copy full SHA for 9481b70
actionpack/lib/action_dispatch/testing/test_process.rb
@@ -9,8 +9,7 @@ module ActionDispatch
9
module TestProcess
10
module FixtureFile
11
# Shortcut for
12
- # `Rack::Test::UploadedFile.new(File.join(ActionDispatch::IntegrationTest.file_f
13
- # ixture_path, path), type)`:
+ # `Rack::Test::UploadedFile.new(File.join(ActionDispatch::IntegrationTest.file_fixture_path, path), type)`:
14
#
15
# post :change_avatar, params: { avatar: file_fixture_upload('david.png', 'image/png') }
16
0 commit comments