Pattern: Invalid predicate matcher
Issue: -
Checks invalid usage for predicate matcher.
Predicate matcher does not need a question. This rule checks an unnecessary question in predicate matcher.
# bad
expect(foo).to be_something?
# good
expect(foo).to be_something