From 058dc9a09680e9e2a5777c441b966a6f5e12cf82 Mon Sep 17 00:00:00 2001 From: brainopia Date: Fri, 10 Aug 2012 09:59:37 +0400 Subject: Revert "Revert "Merge pull request #6084 from brainopia/support_for_magic_domain_on_all_stores"" This reverts commit a48ea6800ef712440b08c551f8041feb35de8cb4. --- actionpack/test/activerecord/active_record_store_test.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'actionpack/test/activerecord/active_record_store_test.rb') diff --git a/actionpack/test/activerecord/active_record_store_test.rb b/actionpack/test/activerecord/active_record_store_test.rb index 768ac713ca..6dc2eaff54 100644 --- a/actionpack/test/activerecord/active_record_store_test.rb +++ b/actionpack/test/activerecord/active_record_store_test.rb @@ -256,6 +256,13 @@ class ActiveRecordStoreTest < ActionDispatch::IntegrationTest end end + def test_session_store_with_all_domains + with_test_route_set(:domain => :all) do + get '/set_session_value' + assert_response :success + end + end + private def with_test_route_set(options = {}) -- cgit v1.2.3