aboutsummaryrefslogtreecommitdiffstats
path: root/test/attributes/test_attribute.rb
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-02-14 12:11:39 -0300
committerGitHub <noreply@github.com>2017-02-14 12:11:39 -0300
commit208fe3690d840d0ee65b1395a891886e58fd3f4b (patch)
tree861da096e3d26abcb17c82b4d9a8c76d5ba9a1a3 /test/attributes/test_attribute.rb
parentd6af2090b16f7d061aa43913d610c6fada58b7e2 (diff)
parentc2bc569d2d538584cfc081e5775de17cdf2f054b (diff)
downloadrails-208fe3690d840d0ee65b1395a891886e58fd3f4b.tar.gz
rails-208fe3690d840d0ee65b1395a891886e58fd3f4b.tar.bz2
rails-208fe3690d840d0ee65b1395a891886e58fd3f4b.zip
Merge pull request #471 from rails/frozen-string-literal
Enable frozen_string_literal in all files in arel
Diffstat (limited to 'test/attributes/test_attribute.rb')
-rw-r--r--test/attributes/test_attribute.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/attributes/test_attribute.rb b/test/attributes/test_attribute.rb
index 928b23ed7b..2b971ce54a 100644
--- a/test/attributes/test_attribute.rb
+++ b/test/attributes/test_attribute.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
require 'helper'
require 'ostruct'