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.
2 parents 1b0ef05 + 9481b70 commit 44673c8Copy full SHA for 44673c8
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