aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2014-08-16 07:29:19 +0900
committerAkira Matsuda <ronnie@dio.jp>2014-08-16 10:23:50 +0900
commitde2fab5f86a7b6da2e05069c87d3e34aa0fc27ee (patch)
treeff441d15132aa84fbacf21d79bafb65d7c122819
parent2faacbdcfb23b39518c43be91093ae760a7a7ea5 (diff)
downloadrails-de2fab5f86a7b6da2e05069c87d3e34aa0fc27ee.tar.gz
rails-de2fab5f86a7b6da2e05069c87d3e34aa0fc27ee.tar.bz2
rails-de2fab5f86a7b6da2e05069c87d3e34aa0fc27ee.zip
Unused ivar in a test suite
-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 659fceb852..8158a6efc7 100644
--- a/activesupport/test/multibyte_chars_test.rb
+++ b/activesupport/test/multibyte_chars_test.rb
@@ -103,7 +103,6 @@ class MultibyteCharsUTF8BehaviourTest < ActiveSupport::TestCase
@chars = UNICODE_STRING.dup.mb_chars
# Ruby 1.9 only supports basic whitespace
@whitespace = "\n\t "
- @byte_order_mark = [65279].pack('U')
end
def test_split_should_return_an_array_of_chars_instances