mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@7de852d
This commit is contained in:
parent
994833085a
commit
79671ec57e
135 changed files with 4415 additions and 4885 deletions
|
@ -174,9 +174,7 @@ describe "String#downcase!" do
|
|||
lambda { "hello".freeze.downcase! }.should raise_error(frozen_error_class)
|
||||
end
|
||||
|
||||
with_feature :encoding do
|
||||
it "sets the result String encoding to the source String encoding" do
|
||||
"ABC".downcase.encoding.should equal(Encoding::UTF_8)
|
||||
end
|
||||
it "sets the result String encoding to the source String encoding" do
|
||||
"ABC".downcase.encoding.should equal(Encoding::UTF_8)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue