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.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/channel_test.rb b/test/channel_test.rb
index 96987977ea..2a33237219 100644
--- a/test/channel_test.rb
+++ b/test/channel_test.rb
@@ -3,9 +3,6 @@ require 'test_helper'
class ChannelTest < ActionCableTest
class PingChannel < ActionCable::Channel::Base
- def self.matches?(identifier)
- identifier[:channel] == 'chat' && identifier[:user_id].to_i.nonzero?
- end
end
class PingServer < ActionCable::Server::Base