gitlab-org--gitlab-foss/spec/lib/constraints
Bob Van Landuyt 74fcccaab3 Streamline the path validation in groups & projects
`Project` uses `ProjectPathValidator` which is now a
`NamespaceValidator` that skips the format validation.

That way we're sure we are using the same collection of reserved
paths.

I updated the path constraints to reflect the changes: We now allow
some values that are only used on a top level namespace as a name for
a nested group/project.
2017-05-01 11:14:24 +02:00
..
group_url_constrainer_spec.rb Streamline the path validation in groups & projects 2017-05-01 11:14:24 +02:00
project_url_constrainer_spec.rb Use Namespace#full_path instead of #path where appropriate 2017-02-23 17:55:01 -06:00
user_url_constrainer_spec.rb