Skip to content

Add curly brackets to fix matcher in for Ruby 3

Roy Zwambag requested to merge rz-fix-gitlab_slack_application_spec-ruby3 into master

What does this MR do and why?

Fixes spec in Ruby 3

This spec fails in Ruby 3 due to the way rspec-mocks handles hash vs kwargs matching.

Similar to !86157 (merged), see this MR for more context

How to set up and validate locally

Run the spec in both Ruby 2.7.5 (regular way) and Ruby 3.0.4, both should pass

You can run specs in ruby 3 by:

  • Executing asdf local ruby 3.0.4
  • Run the spec

Ruby 3.0 pipeline: https://gitlab.com/gitlab-org/gitlab/-/pipelines/707085797

Ruby 2.7 pipeline: https://gitlab.com/gitlab-org/gitlab/-/pipelines/707087712

MR acceptance checklist

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

Closes #383850 (closed)

Edited by Roy Zwambag

Merge request reports