diff options
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/test/multibyte_normalization_conformance.rb (renamed from activesupport/test/multibyte_conformance.rb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/test/multibyte_conformance.rb b/activesupport/test/multibyte_normalization_conformance.rb index 2baf724da4..839aec7fa8 100644 --- a/activesupport/test/multibyte_conformance.rb +++ b/activesupport/test/multibyte_normalization_conformance.rb @@ -25,7 +25,7 @@ class Downloader end end -class MultibyteConformanceTest < ActiveSupport::TestCase +class MultibyteNormalizationConformanceTest < ActiveSupport::TestCase include MultibyteTestHelpers UNIDATA_URL = "http://www.unicode.org/Public/#{ActiveSupport::Multibyte::Unicode::UNICODE_VERSION}/ucd" @@ -126,4 +126,4 @@ class MultibyteConformanceTest < ActiveSupport::TestCase def inspect_codepoints(str) str.to_s.unpack("U*").map{|cp| cp.to_s(16) }.join(' ') end -end
\ No newline at end of file +end |