class RuboCop::Cop::RSpec::ChangeByZero

def compound_expectations?(node)

def compound_expectations?(node)
  %i[and or & |].include?(node.parent.method_name)
end