aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/rails/generators/test_unit/templates/channel_test.rb.tt
blob: 7307654611402d1ed78c6bc18cdb541356524fca (plain) (blame)
1
2
3
4
5
6
7
8
require "test_helper"

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