aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorAlberto Almagro <albertoalmagro@gmail.com>2018-10-08 23:44:25 +0200
committerAlberto Almagro <albertoalmagro@gmail.com>2018-10-08 23:44:25 +0200
commit34f2e9492b37cb52ae5ffe69308deecdc4cb7709 (patch)
treede853608b8412a14b0331da8e821b7b97de64e95 /test/test_helper.rb
parentb1f69fa126bbeccab8abb4d427ec5cf8f4227b24 (diff)
downloadrails-34f2e9492b37cb52ae5ffe69308deecdc4cb7709.tar.gz
rails-34f2e9492b37cb52ae5ffe69308deecdc4cb7709.tar.bz2
rails-34f2e9492b37cb52ae5ffe69308deecdc4cb7709.zip
Add frozen_string_literal: true
Adds frozen_string_literal: true comment on top of all currently existing files
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 79fde51549..7250cffea3 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
# Configure Rails Environment
ENV["RAILS_ENV"] = "test"