Open
Description
'have_hash(foo: 'bar').without(:some_key, :another_key)'
passes even if the hash contains :some_key
and/or :another_key
. Looking at the implementation of #without
, I don't think this was the intended outcome of this method.
This came up in the context of the discussion on a PR in global/web.
Metadata
Metadata
Assignees
Labels
No labels