Add curly brackets to fix the matcher in ruby 3 open_api_strategy_spec.rb
What does this MR do and why?
https://gitlab.com/gitlab-org/gitlab/-/jobs/2678141051
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.3, both should pass
You can run specs in ruby 3 by:
- Executing
asdf local ruby 3.0.3
- Run the spec
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Roy Zwambag