1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actioncable/test/channel
Matthew Draper 62a8e838e0 Fix a race in ActionCable stream tests
These tests double-stub connection.pubsub, so we need to ensure the
first call's completed before we set up for the second.
2017-03-23 05:52:38 +10:30
..
base_test.rb Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initializing 2016-09-22 20:25:09 +03:00
broadcasting_test.rb applies new string literal convention in actioncable/test 2016-08-06 19:15:15 +02:00
naming_test.rb applies new string literal convention in actioncable/test 2016-08-06 19:15:15 +02:00
periodic_timers_test.rb correctly check error message 2017-01-25 09:58:15 +09:00
rejection_test.rb Add Channel#ensure_confirmation_sent; call #subscribe_to_channel after initializing 2016-09-22 20:25:09 +03:00
stream_test.rb Fix a race in ActionCable stream tests 2017-03-23 05:52:38 +10:30