aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorNorman Clarke <norman@njclarke.com>2012-01-05 17:25:40 -0300
committerNorman Clarke <norman@njclarke.com>2012-01-05 17:25:40 -0300
commit16bee7618c328ecd790db366221639661912c477 (patch)
tree19202e29bbd62c83cf09a48db680344dba01dcb2 /activesupport/test
parentdb6eb1930d5e31d08e2cc613ad0570d0d1bb0730 (diff)
downloadrails-16bee7618c328ecd790db366221639661912c477.tar.gz
rails-16bee7618c328ecd790db366221639661912c477.tar.bz2
rails-16bee7618c328ecd790db366221639661912c477.zip
Use friendlier method name
Diffstat (limited to 'activesupport/test')
-rw-r--r--activesupport/test/multibyte_chars_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/multibyte_chars_test.rb b/activesupport/test/multibyte_chars_test.rb
index 87830d57d3..e36bd22081 100644
--- a/activesupport/test/multibyte_chars_test.rb
+++ b/activesupport/test/multibyte_chars_test.rb
@@ -595,7 +595,7 @@ class MultibyteCharsExtrasTest < Test::Unit::TestCase
else
str = input
end
- assert_equal expected_length, chars(str).g_length
+ assert_equal expected_length, chars(str).grapheme_length
end
end