9 lines
169 B
Ruby
9 lines
169 B
Ruby
|
require "test_helper"
|
||
|
|
||
|
class CountChannelTest < ActionCable::Channel::TestCase
|
||
|
# test "subscribes" do
|
||
|
# subscribe
|
||
|
# assert subscription.confirmed?
|
||
|
# end
|
||
|
end
|