aboutsummaryrefslogblamecommitdiffstats
path: root/test/channel_test.rb
blob: 145308e3fc152963f88a58a77b305a577c446bc6 (plain) (tree)
1
2

                     

















                                                     
require 'test_helper'

# FIXME: Currently busted.
#
# class ChannelTest < ActionCableTest
#   class PingChannel < ActionCable::Channel::Base
#   end
# 
#   class PingServer < ActionCable::Server::Base
#     register_channels PingChannel
#   end
# 
#   def app
#     PingServer
#   end
# 
#   test "channel callbacks" do
#     ws = Faye::WebSocket::Client.new(websocket_url)
#   end
# end