aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/rails/generators/test_unit/templates/channel_test.rb.tt
blob: 301dc0b6fe8dbc108edc16a850a41296af3b66a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require "test_helper"

class <%= class_name %>ChannelTest < ActionCable::Channel::TestCase
  # test "subscribes" do
  #   subscribe
  #   assert subscription.confirmed?
  # end
end