diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2017-02-13 15:58:58 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2017-02-13 16:03:32 -0300 |
commit | c2bc569d2d538584cfc081e5775de17cdf2f054b (patch) | |
tree | 861da096e3d26abcb17c82b4d9a8c76d5ba9a1a3 /test/collectors | |
parent | d6af2090b16f7d061aa43913d610c6fada58b7e2 (diff) | |
download | rails-c2bc569d2d538584cfc081e5775de17cdf2f054b.tar.gz rails-c2bc569d2d538584cfc081e5775de17cdf2f054b.tar.bz2 rails-c2bc569d2d538584cfc081e5775de17cdf2f054b.zip |
Enable frozen_string_literal in all files in arel
Diffstat (limited to 'test/collectors')
-rw-r--r-- | test/collectors/test_bind_collector.rb | 1 | ||||
-rw-r--r-- | test/collectors/test_sql_string.rb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/collectors/test_bind_collector.rb b/test/collectors/test_bind_collector.rb index fc7df2fc45..877aa20043 100644 --- a/test/collectors/test_bind_collector.rb +++ b/test/collectors/test_bind_collector.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: true require 'helper' require 'arel/collectors/bind' diff --git a/test/collectors/test_sql_string.rb b/test/collectors/test_sql_string.rb index 37a9e41f71..92f1bf0fba 100644 --- a/test/collectors/test_sql_string.rb +++ b/test/collectors/test_sql_string.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: true require 'helper' require 'arel/collectors/bind' |