Skip to content
Snippets Groups Projects
conference_channel_test.rb 174 B
require "test_helper"

class ConferenceChannelTest < ActionCable::Channel::TestCase
  # test "subscribes" do
  #   subscribe
  #   assert subscription.confirmed?
  # end
end