Skip to content

Commit 6b07d7f

Browse files
committed
typo
1 parent 8a1de9b commit 6b07d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionpack/lib/action_dispatch/testing/test_process.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def redirect_to_url
2929
@response.redirect_url
3030
end
3131

32-
# Shortcut for <tt>ARack::Test::UploadedFile.new(ActionController::TestCase.fixture_path + path, type)</tt>:
32+
# Shortcut for <tt>Rack::Test::UploadedFile.new(ActionController::TestCase.fixture_path + path, type)</tt>:
3333
#
3434
# post :change_avatar, :avatar => fixture_file_upload('/files/spongebob.png', 'image/png')
3535
#

0 commit comments

Comments
 (0)