class RuboCop::Cop::RSpec::RedundantPredicateMatcher
def replaceable_arguments?(node)
def replaceable_arguments?(node) if node.method?(:be_all) node.first_argument.send_type? else true end end
def replaceable_arguments?(node) if node.method?(:be_all) node.first_argument.send_type? else true end end