class
ActionCable::SubscriptionAdapter::Test
v8.0.0 -
Show latest stable
- Superclass: Async
## Test adapter for Action Cable
The test adapter should be used only in testing. Along with ActionCable::TestHelper it makes a great tool to test your Rails application.
To use the test adapter set `adapter` value to `test` in your `config/cable.yml` file.
NOTE: `Test` adapter extends the `ActionCable::SubscriptionAdapter::Async` adapter, so it could be used in system tests too.
Files
- actioncable/lib/action_cable/subscription_adapter/test.rb