Move EE specific merge request fixture property
A new API schema for merge_requests was added under `ee` namespace. For now, this only includes the `approvals_before_merge` property. Tests were also added to the corresponding spec under `ee` namespace to cover the case of additional property (`approvals_before_merge`) when on `ee`.
Showing
- ee/spec/fixtures/api/schemas/public_api/v4/merge_requests.json 17 additions, 0 deletions...ec/fixtures/api/schemas/public_api/v4/merge_requests.json
- ee/spec/requests/api/merge_requests_spec.rb 38 additions, 0 deletionsee/spec/requests/api/merge_requests_spec.rb
- spec/fixtures/api/schemas/public_api/v4/merge_requests.json 3 additions, 5 deletionsspec/fixtures/api/schemas/public_api/v4/merge_requests.json
- spec/support/shared_examples/requests/api/merge_requests_list.rb 1 addition, 1 deletion...pport/shared_examples/requests/api/merge_requests_list.rb
Please register or sign in to comment