module RuboCop::Cop::RSpec::InflectedHelper

def message_inflected(predicate)

def message_inflected(predicate)
  format(MSG_INFLECTED,
         predicate_name: predicate.method_name,
         matcher_name: to_predicate_matcher(predicate.method_name))
end