summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/shared/length.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/string/shared/length.rb')
-rw-r--r--spec/ruby/core/string/shared/length.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/string/shared/length.rb b/spec/ruby/core/string/shared/length.rb
index cea287d7a2..f387fb251c 100644
--- a/spec/ruby/core/string/shared/length.rb
+++ b/spec/ruby/core/string/shared/length.rb
@@ -21,6 +21,6 @@ describe :string_length, shared: true do
str = 'こにちわ'
str.send(@method)
- str.force_encoding('ASCII-8BIT').send(@method).should == 12
+ str.force_encoding('BINARY').send(@method).should == 12
end
end