gitlab-org--gitlab-foss/spec/support/api
Timothy Andrew 1b8223dd51 Fix remaining spec failures for !12300.
1. Get the spec for `lib/gitlab/auth.rb` passing.

  - Make the `request` argument to `AccessTokenValidationService` optional -
  `auth.rb` doesn't need to pass in a request.

  - Pass in scopes in the format `[{ name: 'api' }]` rather than `['api']`, which
  is what `AccessTokenValidationService` now expects.

2. Get the spec for `API::V3::Users` passing

2. Get the spec for `AccessTokenValidationService` passing
2017-06-28 07:17:13 +00:00
..
scopes Fix remaining spec failures for !12300. 2017-06-28 07:17:13 +00:00
v3
issues_resolving_discussions_shared_examples.rb
members_shared_examples.rb
repositories_shared_context.rb
schema_matcher.rb Add schema matcher for non response objects + use schema to test additional metrics compliance 2017-06-06 19:35:28 +02:00
status_shared_examples.rb
time_tracking_shared_examples.rb