rails--rails/actioncable/test
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
..
channel Load with Zeitwerk 2022-03-05 08:19:49 +01:00
connection feat: action cable connection callbacks 2022-05-16 12:24:38 -07:00
javascript/src Fix #45738 2022-09-25 14:57:32 +02:00
server
stubs
subscription_adapter Fix clear_all_connections! deprecation warning 2022-10-25 15:01:42 -05:00
client_test.rb Updates for Puma 6 2022-09-22 12:40:54 -05:00
javascript_package_test.rb
test_helper.rb Enable verbose mode in test and report warnings as errors 2022-10-11 09:25:18 +02:00
test_helper_test.rb
worker_test.rb