lib/action_cable/connection.rb in actioncable-5.2.8.1 vs lib/action_cable/connection.rb in actioncable-6.0.0.beta1

- old
+ new

@@ -13,9 +13,10 @@ autoload :MessageBuffer autoload :Stream autoload :StreamEventLoop autoload :Subscriptions autoload :TaggedLoggerProxy + autoload :TestCase autoload :WebSocket end end end