aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/bin
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/bin
parent68191d0f6e8d763730a1ae3841570e11b2896272 (diff)
downloadrails-385825fb705446a1f11e82b65ca97a50d7e67898.tar.gz
rails-385825fb705446a1f11e82b65ca97a50d7e67898.tar.bz2
rails-385825fb705446a1f11e82b65ca97a50d7e67898.zip
Use frozen string literal in actioncable/
Diffstat (limited to 'actioncable/bin')
-rwxr-xr-xactioncable/bin/test1
1 files changed, 1 insertions, 0 deletions
diff --git a/actioncable/bin/test b/actioncable/bin/test
index 470ce93f10..c53377cc97 100755
--- a/actioncable/bin/test
+++ b/actioncable/bin/test
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby
+# frozen_string_literal: true
COMPONENT_ROOT = File.expand_path("..", __dir__)
require_relative "../../tools/test"