gitlabhq/spec/requests/api
Sebastian Ziebell bb24275f8d Status code 400 is returned if body is missing on note creation.
If a note is created with a POST request via API (`/projects/:id/notes`) status
code 400 is returned instead of 404. The resource itself exists but the request
is incomplete. Specs added to check different status codes when accessing, creating
and updating notes.
2013-02-06 17:11:00 +01:00
..
issues_spec.rb Rspec fixes 2013-01-04 18:50:31 +02:00
merge_requests_spec.rb Test added to check creation of note to a non-existent MR via API 2013-02-06 17:05:55 +01:00
milestones_spec.rb Tests added to check status codes when handling milestone via API 2013-02-06 17:11:00 +01:00
notes_spec.rb Status code 400 is returned if body is missing on note creation. 2013-02-06 17:11:00 +01:00
projects_spec.rb Don't crash when removing a user that's not project member 2013-02-01 13:53:35 +00:00
session_spec.rb Remove backward compatibility of factories. 2012-11-13 22:27:45 +11:00
users_spec.rb Add optional signup. 2013-01-18 11:57:31 +01:00