aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/multibyte_chars_test.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-02-02 22:52:32 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2008-02-02 22:52:32 +0000
commit7fe2ad72790eeffcca382907ff63346981eb0f41 (patch)
treebbe30eb40f6a59514e8521b3b511c96940859e12 /activesupport/test/multibyte_chars_test.rb
parentc5d89bc9344f8a4cfbfe0d42b1b2d6378820bf85 (diff)
downloadrails-7fe2ad72790eeffcca382907ff63346981eb0f41.tar.gz
rails-7fe2ad72790eeffcca382907ff63346981eb0f41.tar.bz2
rails-7fe2ad72790eeffcca382907ff63346981eb0f41.zip
Ruby 1.9 compat: declare utf-8 file encoding
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8789 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/test/multibyte_chars_test.rb')
-rw-r--r--activesupport/test/multibyte_chars_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/multibyte_chars_test.rb b/activesupport/test/multibyte_chars_test.rb
index 4e4a3e2d90..63cfadb7ec 100644
--- a/activesupport/test/multibyte_chars_test.rb
+++ b/activesupport/test/multibyte_chars_test.rb
@@ -1,3 +1,4 @@
+# encoding: utf-8
require 'abstract_unit'
if RUBY_VERSION < '1.9'