diff options
author | Akira Matsuda <ronnie@dio.jp> | 2014-08-19 19:31:03 +0900 |
---|---|---|
committer | Akira Matsuda <ronnie@dio.jp> | 2014-08-19 19:31:18 +0900 |
commit | db7b280be7a8e448da56b2380745ab54753b69fd (patch) | |
tree | 0c1e31103d666103d555f46b5859c6fcb37d78c8 /activesupport/test | |
parent | 1aa0550d40b20e441437ebaef2c1b2bd158ac7d5 (diff) | |
download | rails-db7b280be7a8e448da56b2380745ab54753b69fd.tar.gz rails-db7b280be7a8e448da56b2380745ab54753b69fd.tar.bz2 rails-db7b280be7a8e448da56b2380745ab54753b69fd.zip |
"warning: assigned but unused variable"
Diffstat (limited to 'activesupport/test')
-rw-r--r-- | activesupport/test/multibyte_chars_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/test/multibyte_chars_test.rb b/activesupport/test/multibyte_chars_test.rb index 73f640e8e5..feca013675 100644 --- a/activesupport/test/multibyte_chars_test.rb +++ b/activesupport/test/multibyte_chars_test.rb @@ -48,7 +48,6 @@ class MultibyteCharsTest < ActiveSupport::TestCase end def test_methods_are_forwarded_to_wrapped_string_for_byte_strings - original_encoding = BYTE_STRING.encoding assert_equal BYTE_STRING.length, BYTE_STRING.mb_chars.length end |