gitlab-org--gitlab-foss/spec/requests
Sean McGivern db1925f917 Improve output for extra queries in specs
Previously, this used `Array#-`, which would remove all queries that matches the
query text in the original set.

However, sometimes we have a problem with parameterised queries, where the query
text is identical both times, so we'd run a query N times instead of once, and
it would be hidden from the output.

Replace the logic to only remove a given query N times from the actual log,
where N is the number of times it appears in the expected log.
2017-11-22 15:08:55 +00:00
..
api Improve output for extra queries in specs 2017-11-22 15:08:55 +00:00
projects Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
git_http_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
jwt_controller_spec.rb Refactor `have_http_status` into `have_gitlab_http_status` in the specs 2017-10-20 10:13:18 +02:00
lfs_http_spec.rb Fix Error 500 when pushing LFS objects with a write deploy key 2017-11-08 16:21:39 +00:00
openid_connect_spec.rb Adjust openid_connect_spec to use `raise_error` 2017-11-16 12:40:45 +01:00
rack_attack_global_spec.rb Change the rss url guard clause 2017-11-17 10:02:11 +01:00
request_profiler_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00