mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix predicate to assert if object is same
This commit is contained in:
parent
792d1deb94
commit
cbb7dc21a8
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ with_feature :ancillary_data, :ipv6_pktinfo do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'is not the same object as the input Addrinfo' do
|
it 'is not the same object as the input Addrinfo' do
|
||||||
@addr.should_not == @source
|
@addr.should_not.equal? @source
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue