Skip to content

Fix fixtures and failing spec

David Dieulivol requested to merge 1186-fix_broken_master into master

Context

Closes #1186 (closed)

The problem

Some categories got renamed:

  • Category:Code Review became Category:Code Review Workflow
  • Category:Editor Extension became Category:GitLab CLI

The fix

What does this MR do?

Fix the current broken master.

Try it out locally

git checkout master
rspec spec/lib/www_gitlab_com_spec.rb:26 spec/lib/devops_labels_spec.rb:804 --seed 64225
# Should fail

git checkout 1186-fix_broken_master # Not sure of the actual command to get the branch from the remote, maybe with `origin/` in front?
rspec spec/lib/www_gitlab_com_spec.rb:26 spec/lib/devops_labels_spec.rb:804 --seed 64225
# Should succeed 

Action items

  • (If applicable) Add documentation to the handbook pages for Triage Operations =>
  • (If applicable) Identify the affected groups and how to communicate to them:
    • /cc @person_or_group =>
    • Relevant Slack channels =>
    • Engineering week-in-review
Edited by David Dieulivol

Merge request reports