From c2bc569d2d538584cfc081e5775de17cdf2f054b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 13 Feb 2017 15:58:58 -0300 Subject: Enable frozen_string_literal in all files in arel --- test/visitors/test_ibm_db.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/visitors/test_ibm_db.rb') diff --git a/test/visitors/test_ibm_db.rb b/test/visitors/test_ibm_db.rb index f1aa7612be..81a5713183 100644 --- a/test/visitors/test_ibm_db.rb +++ b/test/visitors/test_ibm_db.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: true require 'helper' module Arel -- cgit v1.2.3