aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/connection/string_identifier_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actioncable/test/connection/string_identifier_test.rb')
-rw-r--r--actioncable/test/connection/string_identifier_test.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/actioncable/test/connection/string_identifier_test.rb b/actioncable/test/connection/string_identifier_test.rb
index 6387fb792c..4cb58e7fd0 100644
--- a/actioncable/test/connection/string_identifier_test.rb
+++ b/actioncable/test/connection/string_identifier_test.rb
@@ -38,8 +38,4 @@ class ActionCable::Connection::StringIdentifierTest < ActionCable::TestCase
@connection.process
@connection.send :on_open
end
-
- def close_connection
- @connection.send :on_close
- end
end