aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/rails/generators/test_unit/templates/channel_test.rb.tt
diff options
context:
space:
mode:
Diffstat (limited to 'actioncable/lib/rails/generators/test_unit/templates/channel_test.rb.tt')
-rw-r--r--actioncable/lib/rails/generators/test_unit/templates/channel_test.rb.tt10
1 files changed, 10 insertions, 0 deletions
diff --git a/actioncable/lib/rails/generators/test_unit/templates/channel_test.rb.tt b/actioncable/lib/rails/generators/test_unit/templates/channel_test.rb.tt
new file mode 100644
index 0000000000..301dc0b6fe
--- /dev/null
+++ b/actioncable/lib/rails/generators/test_unit/templates/channel_test.rb.tt
@@ -0,0 +1,10 @@
+# frozen_string_literal: true
+
+require "test_helper"
+
+class <%= class_name %>ChannelTest < ActionCable::Channel::TestCase
+ # test "subscribes" do
+ # subscribe
+ # assert subscription.confirmed?
+ # end
+end