"warning: assigned but unused variable"

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

@ -48,7 +48,6 @@ def test_forwarded_bang_method_calls_should_return_nil_when_result_is_nil
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