aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
diff options
context:
space:
mode:
authorbogdanvlviv <bogdanvlviv@gmail.com>2019-01-16 15:14:35 +0000
committerbogdanvlviv <bogdanvlviv@gmail.com>2019-01-16 15:14:35 +0000
commita43052cbbcb4f6671cf16fa45c906984fe601fa0 (patch)
treea1956541481fae746541cdd968181a4bf1c6287e /actioncable
parentd67863af390b45ed8dde551071a29b3d347bb8be (diff)
downloadrails-a43052cbbcb4f6671cf16fa45c906984fe601fa0.tar.gz
rails-a43052cbbcb4f6671cf16fa45c906984fe601fa0.tar.bz2
rails-a43052cbbcb4f6671cf16fa45c906984fe601fa0.zip
Remove `frozen_string_literal` from Action Cable's template files
Related to 837f602fa1b3281113dac965a8ef96de3cac8b02 Fix the testing guide.
Diffstat (limited to 'actioncable')
-rw-r--r--actioncable/lib/rails/generators/test_unit/templates/channel_test.rb.tt2
1 files changed, 0 insertions, 2 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
index 301dc0b6fe..7307654611 100644
--- a/actioncable/lib/rails/generators/test_unit/templates/channel_test.rb.tt
+++ b/actioncable/lib/rails/generators/test_unit/templates/channel_test.rb.tt
@@ -1,5 +1,3 @@
-# frozen_string_literal: true
-
require "test_helper"
class <%= class_name %>ChannelTest < ActionCable::Channel::TestCase