Skip to content

Move migration_shared_examples.rb to autoloaded folder

What does this MR do and why?

Related to #459906 (closed)

This MR

  • moves ee/spec/elastic/migrate/migration_shared_examples.rb to ee/spec/support/shared_examples/elastic/migration_shared_examples.rb so that it's autoloaded by spec_helper.
  • removes references in migrations where require_relative references the existing file
  • cleans up some rubocop exceptions

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.

Screenshots or screen recordings

specs only

How to set up and validate locally

specs only

Edited by Terri Chu

Merge request reports