rails/actionpack/test/dispatch/session
Gannon McGibbon d46d5ce610 Make with_routing test helper work for integration tests
Adds support for with_routing test helpers in ActionDispatch::IntegrationTest.
Previously, this helper didn't work in an integration context because
the rack app and integration session under test were not mutated.
Because controller tests are integration tests by default, we should
support test routes for these kinds of test cases as well.
2023-11-23 22:10:45 -06:00
..
abstract_secure_store_test.rb Allow CSRF tokens to be stored outside of session 2022-04-04 14:17:44 -04:00
abstract_store_test.rb Allow CSRF tokens to be stored outside of session 2022-04-04 14:17:44 -04:00
cache_store_test.rb Make with_routing test helper work for integration tests 2023-11-23 22:10:45 -06:00
cookie_store_test.rb Make with_routing test helper work for integration tests 2023-11-23 22:10:45 -06:00
mem_cache_store_test.rb Make with_routing test helper work for integration tests 2023-11-23 22:10:45 -06:00
test_session_test.rb Stringify keys in session.merge! 2022-02-05 11:23:45 +01:00