class RuboCop::Cop::RSpec::SpecFilePathFormat

def name_pattern(method_name)

def name_pattern(method_name)
  return if ignore?(method_name)
  method_name.str_content.gsub(/\s/, '_').gsub(/\W/, '')
end