gitlabhq/spec/requests/api
Sebastian Ziebell 1a01fc0c96 API: tests to show incorrect behavior when reaching project limit
When reaching the project limit the API returns an error code 404 on the last possible
project. The project itself is created and is available in the database (seems valid).
A similar behavior can be observed when reaching the project limit via web client, but
in this case the user is notified that the maximum number of projects is reached. The project
itself is still created and can be accessed.

Tests are added to check the behavior when reaching the project limit or one tries
to exceed it via the API.
2013-02-14 11:13:25 +01:00
..
groups_spec.rb Add test for duplicate group paths 2013-02-01 18:58:53 +01:00
issues_spec.rb Rspec fixes 2013-01-04 18:50:31 +02:00
merge_requests_spec.rb Rspec fixes 2013-01-04 18:50:31 +02:00
milestones_spec.rb Rspec fixes 2013-01-04 18:50:31 +02:00
notes_spec.rb add specs for api -> merge request notes 2013-01-31 08:42:11 +02:00
projects_spec.rb API: tests to show incorrect behavior when reaching project limit 2013-02-14 11:13:25 +01:00
session_spec.rb Remove backward compatibility of factories. 2012-11-13 22:27:45 +11:00
users_spec.rb Merge branch 'extend_user_api' of https://github.com/bladealslayer/gitlabhq into bladealslayer-extend_user_api 2013-01-31 13:00:50 +02:00