diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2016-03-26 21:49:18 +0100 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2016-03-26 21:49:18 +0100 |
commit | dacfdf03d34b8f9a3b81ef2219bf49307f90257e (patch) | |
tree | e0e9478584b2251dfc6067c07d975c4d68dd525b /actioncable/test/subscription_adapter/inline_test.rb | |
parent | f6b4bf6593f2e69ef5ea27089f1a314b5dc28c2d (diff) | |
download | rails-dacfdf03d34b8f9a3b81ef2219bf49307f90257e.tar.gz rails-dacfdf03d34b8f9a3b81ef2219bf49307f90257e.tar.bz2 rails-dacfdf03d34b8f9a3b81ef2219bf49307f90257e.zip |
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.
Diffstat (limited to 'actioncable/test/subscription_adapter/inline_test.rb')
0 files changed, 0 insertions, 0 deletions