This repository has been archived on 2020-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
counter/test/channels/count_channel_test.rb

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