Testing ActionCable

Hey folks,

I’m really getting into TDD thanks to Thoughtbot, and am currently building out a project using RSpec and have found it gives me a lot of confidence in my app.

Recently, I’ve been playing with ActionCable and was wondering how Thoughbot advises we test our channels and connection.rb? There won’t be any official Rails testing support until 5.2 apparently, but I’m sure there has to be a way in the interim to bring our tests back up to 100%!

Cheers,
Rikki