This commit is contained in:
Jason Dew
2011-05-13 17:15:29 -07:00
parent 8a1de9b252
commit 6b07d7f9da

View File

@@ -29,7 +29,7 @@ module ActionDispatch
@response.redirect_url
end
# 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>:
#
# post :change_avatar, :avatar => fixture_file_upload('/files/spongebob.png', 'image/png')
#