diff options
author | Arthur Nogueira Neves <github@arthurnn.com> | 2017-02-06 11:12:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-06 11:12:52 -0500 |
commit | e3afc83631ebe2dbb3c4368756577bdd92ea1d62 (patch) | |
tree | 80153c29b0ce45de42328647443f89812357867d /activesupport/test/multibyte_chars_test.rb | |
parent | bed90df099f62ea8be9fe19b889f5a0b080525b0 (diff) | |
parent | c8b5d828e7abbbbcf1f0854896453e8b29ab5d42 (diff) | |
download | rails-e3afc83631ebe2dbb3c4368756577bdd92ea1d62.tar.gz rails-e3afc83631ebe2dbb3c4368756577bdd92ea1d62.tar.bz2 rails-e3afc83631ebe2dbb3c4368756577bdd92ea1d62.zip |
Merge pull request #27919 from bf4/correct_spelling
Correct spelling
Diffstat (limited to 'activesupport/test/multibyte_chars_test.rb')
-rw-r--r-- | activesupport/test/multibyte_chars_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/multibyte_chars_test.rb b/activesupport/test/multibyte_chars_test.rb index 68ce42bf72..3c8494fe52 100644 --- a/activesupport/test/multibyte_chars_test.rb +++ b/activesupport/test/multibyte_chars_test.rb @@ -50,7 +50,7 @@ class MultibyteCharsTest < ActiveSupport::TestCase assert_equal BYTE_STRING.length, BYTE_STRING.mb_chars.length end - def test_forwarded_method_with_non_string_result_should_be_returned_vertabim + def test_forwarded_method_with_non_string_result_should_be_returned_verbatim str = "" str.singleton_class.class_eval { def __method_for_multibyte_testing_with_integer_result; 1; end } @chars.wrapped_string.singleton_class.class_eval { def __method_for_multibyte_testing_with_integer_result; 1; end } |