Remove unused `close_connection` in Action Cable tests (#30195)

This commit is contained in:
Ryuta Kamizono 2017-08-12 03:09:53 +09:00 committed by Rafael França
parent e25466b142
commit 67f1b51f85
2 changed files with 0 additions and 8 deletions

View File

@ -36,8 +36,4 @@ class ActionCable::Connection::MultipleIdentifiersTest < ActionCable::TestCase
@connection.process
@connection.send :handle_open
end
def close_connection
@connection.send :handle_close
end
end

View File

@ -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