Skip to content

Fix saas_user_registration_spec Ruby 3-incompatible syntax

We have Ruby 3 incompatible syntax in saas_user_registration_spec.
This MR fixes it.
Extracted from our Ruby 3 MR: !70798 (closed)

More on Ruby 3 syntax changes: https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/

Related to #362643 (closed)

Merge request reports