aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/test_test.rb
diff options
context:
space:
mode:
authorKenny Ortmann <kenny.ortmann@gmail.com>2009-04-07 09:18:42 -0500
committerJoshua Peek <josh@joshpeek.com>2009-04-07 09:18:42 -0500
commitf448c70b3f6c6698bce9c95fa4328c251fe085ee (patch)
tree322e3632d4a0604f571e3fff35a878f8371dd573 /actionpack/test/controller/test_test.rb
parentf209d3898fbd866e1405861319b85c97674a0508 (diff)
downloadrails-f448c70b3f6c6698bce9c95fa4328c251fe085ee.tar.gz
rails-f448c70b3f6c6698bce9c95fa4328c251fe085ee.tar.bz2
rails-f448c70b3f6c6698bce9c95fa4328c251fe085ee.zip
added tests for session options being defaulted correctly to rack defaults [#2403 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
Diffstat (limited to 'actionpack/test/controller/test_test.rb')
-rw-r--r--actionpack/test/controller/test_test.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/test/controller/test_test.rb b/actionpack/test/controller/test_test.rb
index 6bf8a10f59..3924b282d4 100644
--- a/actionpack/test/controller/test_test.rb
+++ b/actionpack/test/controller/test_test.rb
@@ -130,10 +130,6 @@ XML
ActionController::Routing::Routes.reload
end
- def test_test_request_has_session_options_initialized
- assert @request.session_options
- end
-
def test_raw_post_handling
params = {:page => {:name => 'page name'}, 'some key' => 123}
post :render_raw_post, params.dup