mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Set encoding of the multibyte test helpers file to UTF-8 so the strings can be read by Ruby 1.9.
This commit is contained in:
parent
1585a7ed02
commit
5795c509a7
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# encoding: utf-8
|
||||||
|
|
||||||
module MultibyteTestHelpers
|
module MultibyteTestHelpers
|
||||||
UNICODE_STRING = 'こにちわ'
|
UNICODE_STRING = 'こにちわ'
|
||||||
ASCII_STRING = 'ohayo'
|
ASCII_STRING = 'ohayo'
|
||||||
|
|
Loading…
Reference in a new issue