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

@ -36,8 +36,4 @@ def open_connection(server:)
@connection.process
@connection.send :handle_open
end
def close_connection
@connection.send :handle_close
end
end

@ -38,8 +38,4 @@ def open_connection
@connection.process
@connection.send :on_open
end
def close_connection
@connection.send :on_close
end
end