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 8a1de9b commit 6b07d7fCopy full SHA for 6b07d7f
actionpack/lib/action_dispatch/testing/test_process.rb
@@ -29,7 +29,7 @@ def redirect_to_url
29
@response.redirect_url
30
end
31
32
- # Shortcut for <tt>ARack::Test::UploadedFile.new(ActionController::TestCase.fixture_path + path, type)</tt>:
+ # Shortcut for <tt>Rack::Test::UploadedFile.new(ActionController::TestCase.fixture_path + path, type)</tt>:
33
#
34
# post :change_avatar, :avatar => fixture_file_upload('/files/spongebob.png', 'image/png')
35
0 commit comments