Fix predicate to assert if object is same
This commit is contained in:
parent
792d1deb94
commit
cbb7dc21a8
@ -58,7 +58,7 @@ with_feature :ancillary_data, :ipv6_pktinfo do
|
||||
end
|
||||
|
||||
it 'is not the same object as the input Addrinfo' do
|
||||
@addr.should_not == @source
|
||||
@addr.should_not.equal? @source
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user