mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
208cc6e3d0
commit
a0af60c7f2
1 changed files with 0 additions and 5 deletions
|
@ -43,9 +43,4 @@ describe "Array#==" do
|
||||||
obj.should_receive(:==).and_return(true)
|
obj.should_receive(:==).and_return(true)
|
||||||
[obj].should == [5]
|
[obj].should == [5]
|
||||||
end
|
end
|
||||||
|
|
||||||
# As per bug #1720
|
|
||||||
it "returns false for [NaN] == [NaN]" do
|
|
||||||
[nan_value].should_not == [nan_value]
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue