You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'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.
The text was updated successfully, but these errors were encountered:
'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.
The text was updated successfully, but these errors were encountered: