aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/multibyte_chars_test.rb
diff options
context:
space:
mode:
authorBenjamin Fleischer <github@benjaminfleischer.com>2017-02-05 19:00:18 -0600
committerBenjamin Fleischer <github@benjaminfleischer.com>2017-02-05 19:00:18 -0600
commitc8b5d828e7abbbbcf1f0854896453e8b29ab5d42 (patch)
treea182ea45e2deb6e23da9b5ed3d88bd1cb197abec /activesupport/test/multibyte_chars_test.rb
parentb9ae7481fd5653fc6430148f06e0fca27317829e (diff)
downloadrails-c8b5d828e7abbbbcf1f0854896453e8b29ab5d42.tar.gz
rails-c8b5d828e7abbbbcf1f0854896453e8b29ab5d42.tar.bz2
rails-c8b5d828e7abbbbcf1f0854896453e8b29ab5d42.zip
Correct spelling
``` go get -u github.com/client9/misspell/cmd/misspell misspell -w -error -source=text . ```
Diffstat (limited to 'activesupport/test/multibyte_chars_test.rb')
-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 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 }