gitlab-org--gitlab-foss/spec/requests
Lin Jen-Shin 0fd4a6b637 Introduce have_gitlab_http_status
So that whenever this failed:

    expect(response).to have_gitlab_http_status(200)

We see what's the response there. Here's an example:

```
1) API::Settings Settings PUT /application/settings custom repository storage type set in the config updates application settings
   Failure/Error: expect(response).to have_gitlab_http_status(200)
     expected the response to have status code 200 but it was 400. The response was: {"error":"password_authentication_enabled, signin_enabled are mutually exclusive"}
```
2017-07-15 01:43:26 +08:00
..
api Introduce have_gitlab_http_status 2017-07-15 01:43:26 +08:00
ci/api Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
projects Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
git_http_spec.rb Merge branch 'fixes-for-internal-auth-disabled' into 'master' 2017-07-14 08:49:36 +00:00
jwt_controller_spec.rb Fixes needed when GitLab sign-in is not enabled 2017-07-13 10:08:27 -04:00
lfs_http_spec.rb Specify new Git-LFS-over-HTTP behavior 2017-06-05 05:32:26 -07:00
openid_connect_spec.rb Support multiple Redis instances based on queue type 2017-07-11 03:35:47 +00:00
request_profiler_spec.rb Add specs for Gitlab::RequestProfiler 2017-05-01 17:32:45 +02:00