From 6b07d7f9da65bbbbb68674c54d792ef15f6f99fa Mon Sep 17 00:00:00 2001 From: Jason Dew Date: Fri, 13 May 2011 17:15:29 -0700 Subject: typo --- actionpack/lib/action_dispatch/testing/test_process.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_dispatch/testing/test_process.rb b/actionpack/lib/action_dispatch/testing/test_process.rb index d430691429..397bda41d5 100644 --- a/actionpack/lib/action_dispatch/testing/test_process.rb +++ b/actionpack/lib/action_dispatch/testing/test_process.rb @@ -29,7 +29,7 @@ module ActionDispatch @response.redirect_url end - # Shortcut for ARack::Test::UploadedFile.new(ActionController::TestCase.fixture_path + path, type): + # Shortcut for Rack::Test::UploadedFile.new(ActionController::TestCase.fixture_path + path, type): # # post :change_avatar, :avatar => fixture_file_upload('/files/spongebob.png', 'image/png') # -- cgit v1.2.3