aboutsummaryrefslogtreecommitdiffstats
path: root/test/server_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/server_test.rb')
-rw-r--r--test/server_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/server_test.rb b/test/server_test.rb
index 824875bb99..1e02497f61 100644
--- a/test/server_test.rb
+++ b/test/server_test.rb
@@ -8,7 +8,7 @@ class ServerTest < ActionCableTest
end
end
- class ChatServer < ActionCable::Server
+ class ChatServer < ActionCable::Server::Base
register_channels ChatChannel
end