class RuboCop::Cop::RSpec::ContextMethod

def method_name?(description)

def method_name?(description)
  description.start_with?('.', '#')
end