anycable / anycable-rails

AnyCable for Ruby on Rails applications
https://anycable.io
MIT License
499 stars 35 forks source link

Make AnyCable patches compatible with Action Cable testing #131

Closed palkan closed 4 years ago

palkan commented 4 years ago

What is the purpose of this pull request?

Make AnyCable compatible with Action Cable testing. That's only need when we want to run system tests with AnyCable. Otherwise using test adapter works fine.

What changes did you make? (overview)

Added patches to testing stub modules.

Is there anything you'd like reviewers to focus on?

Checklist