count-anything/test/channels/count_channel_test.rb

9 lines
169 B
Ruby
Raw Normal View History

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