1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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
This commit is contained in:
Jeremy Kemper 2008-02-02 22:52:32 +00:00
parent c5d89bc934
commit 7fe2ad7279
4 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,4 @@
# encoding: utf-8
require 'date'
require 'abstract_unit'
require 'inflector_test_cases'

View file

@ -1,3 +1,4 @@
# encoding: utf-8
require 'abstract_unit'
class TestJSONEncoding < Test::Unit::TestCase

View file

@ -1,3 +1,4 @@
# encoding: utf-8
require 'abstract_unit'
if RUBY_VERSION < '1.9'

View file

@ -1,3 +1,4 @@
# encoding: utf-8
require 'abstract_unit'
if RUBY_VERSION < '1.9'