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
Kasper Timm Hansen dacfdf03d3 Cable: Shush pop warnings when skipping Postgres tests.
`skip` raises an exception to abort the execution of the test, so
`super` would never be called and thus `@rx_adapter` and `@tx_adapter`
would never have been defined at the time of teardown.

Define them just before skipping and zap the warnings.
2016-03-26 21:49:18 +01:00
..
channel Support faye-websocket + EventMachine as an option 2016-03-02 12:17:15 +10:30
client Fix unsubscribed server side behavior 2016-02-18 16:26:17 -05:00
connection Gracefully handle disconnected clients 2016-03-20 17:36:22 -07:00
server Ensure server broadcasts are to string queue names 2016-02-24 17:22:06 -06:00
stubs Support faye-websocket + EventMachine as an option 2016-03-02 12:17:15 +10:30
subscription_adapter Cable: Shush pop warnings when skipping Postgres tests. 2016-03-26 21:49:18 +01:00
client_test.rb Merge pull request #23992 from matthewd/em-option 2016-03-04 05:31:48 +10:30
test_helper.rb Merge pull request #23992 from matthewd/em-option 2016-03-04 05:31:48 +10:30
worker_test.rb Don't rely on the global server as a receiver. 2016-02-14 17:46:48 +01:00