rails--rails/actioncable/test
Matthew Draper 7c812c2401 Use websocket-client-simple instead of Faye as a websockets client
Mostly, this is just to avoid EventMachine. But there's also an argument
to be made that we're better off using a different protocol library for
our test suite than the one we use to implement the server.
2016-10-02 12:25:33 +10:30
..
channel Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initializing 2016-09-22 20:25:09 +03:00
connection Remove Faye mode 2016-10-01 15:35:59 +09:30
javascript Add helper for testing against a mock WebSocket and server 2016-05-31 13:06:11 -04:00
server Add ActiveSupport::Notifications hook to Broadcaster#broadcast 2016-05-12 10:56:35 -07:00
stubs In-line the configuration points that only existed for Faye support 2016-10-01 15:36:26 +09:30
subscription_adapter Shut down EventMachine before re-enabling warnings 2016-10-02 12:25:33 +10:30
client_test.rb Use websocket-client-simple instead of Faye as a websockets client 2016-10-02 12:25:33 +10:30
test_helper.rb Remove Faye mode 2016-10-01 15:35:59 +09:30
worker_test.rb applies new string literal convention in actioncable/test 2016-08-06 19:15:15 +02:00