11 lines
200 B
Ruby
11 lines
200 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'test_helper'
|
|
|
|
class CountChannelTest < ActionCable::Channel::TestCase
|
|
# test "subscribes" do
|
|
# subscribe
|
|
# assert subscription.confirmed?
|
|
# end
|
|
end
|