mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
dacfdf03d3
`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. |
||
---|---|---|
.. | ||
async_test.rb | ||
base_test.rb | ||
common.rb | ||
evented_redis_test.rb | ||
inline_test.rb | ||
postgresql_test.rb | ||
redis_test.rb |