class IntegrationFileUploadTest::IntegrationController
Public Instance Methods
test_file_upload()
click to toggle source
# File actionpack/test/controller/integration_test.rb, line 1090 def test_file_upload render plain: params[:file].size end