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
RSpec/PredicateMatcher will suggest to change this into:
expect(parser).tobe_handles('string')
...which reads pretty unnatural, to say the least.
Maybe there could be some check to prevent this suggestion in some of cases? (It is hard to clearly specify them, though)