class RuboCop::Cop::RSpec::FilePath

def routing_spec?(args)

def routing_spec?(args)
  args.any?(&method(:routing_metadata?))
end