class RuboCop::Cop::RSpec::ChangeByZero

def preferred_method

def preferred_method
  negated_matcher ? "`#{negated_matcher}`" : 'negated matchers'
end