Skip to content
Snippets Groups Projects

change eq to match array

Closed Rachel Fox requested to merge rachelfox/gitlab:rachelfox-master-patch-51224 into master
1 unresolved thread

What does this MR do and why?

changes eq to match array

Describe in detail what your merge request does and why.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
504 504 it 'does not update merge requests milestone' do
505 505 subject
506 506
507 epics.each { |epic| expect(epic.reload.labels).to eq([label1])}
507 epics.each { |epic| expect(epic.reload.labels).to match_array([label1])}
  • Matija Čupić added typemaintenance label and removed typefeature label

    added typemaintenance label and removed typefeature label

  • closed

  • Hi @rachelfox,

    We would love to know how you found your code review experience in this merge request! Please leave a :thumbsup: or a :thumbsdown: on this comment to describe your experience.

    Once done, please comment @gitlab-bot feedback below and feel free to leave any additional feedback you have in the same comment.

    You can also fill out a 5 minute survey to provided additional feedback on how GitLab can improve the contributor experience.

    Thanks for your help! :heart:

  • Please register or sign in to reply
    Loading