1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/dispatch/session
Matthew Draper 72045b2a9f Skip individual tests upon Dalli::RingError
Unlike the outer `rescue`, this one is much more precise about what we
want to handle: a connection failure (`Dalli::RingError`) is not
relevant to what we're testing here. But other Dalli errors may well be
indicating an actual problem.
2014-05-27 04:45:53 +09:30
..
abstract_store_test.rb
cache_store_test.rb
cookie_store_test.rb Remove comments about removing LegacyKeyGenerator in 4.1 2013-04-03 08:28:37 -05:00
mem_cache_store_test.rb Skip individual tests upon Dalli::RingError 2014-05-27 04:45:53 +09:30
test_session_test.rb