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/subscription_adapter
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
..
async_test.rb Add tests for the ActionCable adapters 2016-01-24 21:13:40 +10:30
base_test.rb remove args from assert_nothing_raised in tests 2016-02-22 22:56:23 -08:00
common.rb Support faye-websocket + EventMachine as an option 2016-03-02 12:17:15 +10:30
evented_redis_test.rb Shush up EM::Hiredis when running tests. 2016-03-26 21:05:02 +01:00
inline_test.rb Add tests for the ActionCable adapters 2016-01-24 21:13:40 +10:30
postgresql_test.rb Cable: Shush pop warnings when skipping Postgres tests. 2016-03-26 21:49:18 +01:00
redis_test.rb Switch the default redis adapter to a single-stream model 2016-02-01 01:56:47 +10:30