rails--rails/actioncable/test/subscription_adapter
Jonathan Hefner 25ae059d16 Fix clear_all_connections! deprecation warning
This fixes the following warning when running Action Cable tests:

  ```
  DEPRECATION WARNING: Calling `ActiveRecord::Base.clear_all_connections! is deprecated. Please call the method directly on the connection handler; for example: `ActiveRecord::Base.connection_handler.clear_all_connections!`.
  ```
2022-10-25 15:01:42 -05:00
..
async_test.rb
base_test.rb
channel_prefix.rb
common.rb
inline_test.rb
postgresql_test.rb Fix clear_all_connections! deprecation warning 2022-10-25 15:01:42 -05:00
redis_test.rb Action Cable redis-rb 5+ compatibility 2022-08-22 09:01:27 +02:00
subscriber_map_test.rb
test_adapter_test.rb