1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

"warning: assigned but unused variable"

This commit is contained in:
Akira Matsuda 2014-08-19 19:31:03 +09:00
parent 1aa0550d40
commit db7b280be7

View file

@ -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