aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/channel/naming_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actioncable/test/channel/naming_test.rb')
-rw-r--r--actioncable/test/channel/naming_test.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/actioncable/test/channel/naming_test.rb b/actioncable/test/channel/naming_test.rb
index 89ef6ad8b0..45652d9cc9 100644
--- a/actioncable/test/channel/naming_test.rb
+++ b/actioncable/test/channel/naming_test.rb
@@ -1,6 +1,8 @@
-require 'test_helper'
+# frozen_string_literal: true
-class ActionCable::Channel::NamingTest < ActiveSupport::TestCase
+require "test_helper"
+
+class ActionCable::Channel::NamingTest < ActionCable::TestCase
class ChatChannel < ActionCable::Channel::Base
end