aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2014-08-19 19:31:03 +0900
committerAkira Matsuda <ronnie@dio.jp>2014-08-19 19:31:18 +0900
commitdb7b280be7a8e448da56b2380745ab54753b69fd (patch)
tree0c1e31103d666103d555f46b5859c6fcb37d78c8 /activesupport/test
parent1aa0550d40b20e441437ebaef2c1b2bd158ac7d5 (diff)
downloadrails-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.rb1
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