Skip to content

Require spec helpers loaded by other spec helpers first

Alejandro Rodríguez requested to merge spec-helpers-order into master

What does this MR do?

Fix an issue where since the require order of the spec helpers wasn't determined, sometimes the cycle_analytics_helpers was loaded before git_helpers, which the former requires, which in turn caused rspec to fail to load.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports