Skip to content

Move spec to ee folder

Jonas Larsen requested to merge j_lar/move_spec_to_ee into master

What does this MR do and why?

Fix to incident gitlab-org/quality/engineering-productivity/master-broken-incidents#6442 (closed)

FOSS_ONLY=1 rspec spec/requests/api/usage_data_spec.rb fails because the spec refers to an event defined exclusively for ee.

This change moved the newly introduced spec to the ee folder.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

Run both specs:

  1. FOSS_ONLY=1 rspec spec/requests/api/usage_data_spec.rb
  2. rspec ee/spec/requests/api/usage_data_spec.rb
Edited by Jonas Larsen

Merge request reports