aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/integration_upload_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller/integration_upload_test.rb')
-rw-r--r--actionpack/test/controller/integration_upload_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/test/controller/integration_upload_test.rb b/actionpack/test/controller/integration_upload_test.rb
index b1dd6a6341..39d2e164e4 100644
--- a/actionpack/test/controller/integration_upload_test.rb
+++ b/actionpack/test/controller/integration_upload_test.rb
@@ -6,8 +6,6 @@ unless defined? ApplicationController
end
class UploadTestController < ActionController::Base
- session :off
-
def update
SessionUploadTest.last_request_type = ActionController::Base.param_parsers[request.content_type]
render :text => "got here"