aboutsummaryrefslogtreecommitdiffstats
path: root/test/channel_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/channel_test.rb')
-rw-r--r--test/channel_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/channel_test.rb b/test/channel_test.rb
index ad5fa04356..96987977ea 100644
--- a/test/channel_test.rb
+++ b/test/channel_test.rb
@@ -8,7 +8,7 @@ class ChannelTest < ActionCableTest
end
end
- class PingServer < ActionCable::Server
+ class PingServer < ActionCable::Server::Base
register_channels PingChannel
end