mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@7f22a0b
This commit is contained in:
parent
e6d93a27af
commit
67a1e22589
62 changed files with 656 additions and 59 deletions
|
@ -21,7 +21,7 @@ describe :string_eql_value, shared: true do
|
|||
end
|
||||
|
||||
it "considers encoding compatibility" do
|
||||
"hello".force_encoding("utf-8").send(@method, "hello".force_encoding("utf-32le")).should be_false
|
||||
"abcd".force_encoding("utf-8").send(@method, "abcd".force_encoding("utf-32le")).should be_false
|
||||
end
|
||||
|
||||
it "ignores subclass differences" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue