gitlab-org--gitlab-foss/spec/services/groups
Bob Van Landuyt 529a07bd1e Handle creating a nested group on MySQL correctly
Since we don't support nested groups on MySQL, raise an error
explaining that on import instead of trying anyway.
2017-08-25 12:35:47 +02:00
..
create_service_spec.rb Add `:nested_groups` metadata to two subgroup-related specs 2017-08-22 12:57:08 -04:00
destroy_service_spec.rb Make sure repository's removal work for legacy and hashed storages 2017-08-22 06:33:20 +02:00
nested_create_service_spec.rb Handle creating a nested group on MySQL correctly 2017-08-25 12:35:47 +02:00
update_service_spec.rb