aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/worker_test.rb
diff options
context:
space:
mode:
authorKir Shatrov <shatrov@me.com>2017-07-16 20:10:15 +0300
committerKir Shatrov <shatrov@me.com>2017-07-23 23:30:29 +0300
commit385825fb705446a1f11e82b65ca97a50d7e67898 (patch)
treee1a1e78c43611f7c3467380af97df34711bcb294 /actioncable/test/worker_test.rb
parent68191d0f6e8d763730a1ae3841570e11b2896272 (diff)
downloadrails-385825fb705446a1f11e82b65ca97a50d7e67898.tar.gz
rails-385825fb705446a1f11e82b65ca97a50d7e67898.tar.bz2
rails-385825fb705446a1f11e82b65ca97a50d7e67898.zip
Use frozen string literal in actioncable/
Diffstat (limited to 'actioncable/test/worker_test.rb')
-rw-r--r--actioncable/test/worker_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actioncable/test/worker_test.rb b/actioncable/test/worker_test.rb
index 3385593f74..bc1f3e415a 100644
--- a/actioncable/test/worker_test.rb
+++ b/actioncable/test/worker_test.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
require "test_helper"
class WorkerTest < ActiveSupport::TestCase