module RuboCop::Cop::RSpec::InflectedHelper

def predicate?(sym)

def predicate?(sym)
  sym.to_s.end_with?('?')
end