Action Cable Testing
This gem provides missing testing utils for Action Cable.
NOTE: this gem is just a combination of two PRs to Rails itself (#23211 and #27191) and (hopefully) will be merged into Rails eventually.
Installation
Add this line to your application's Gemfile:
gem 'action-cable-testing'
And then execute:
$ bundle
Usage
TBD
Development
After checking out the repo, run bundle install to install dependencies. Then, run bundle exec rake to run the tests.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/palkan/action-cable-testing.
License
The gem is available as open source under the terms of the MIT License.