"warning: assigned but unused variable"

This commit is contained in:
Akira Matsuda 2014-08-19 19:31:03 +09:00
parent 1aa0550d40
commit db7b280be7
1 changed files with 0 additions and 1 deletions

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