You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When this option is set to false a positional Hash and a set of keyword arguments are treated the same during comparison, which can lead to misleading passing tests in Ruby >= v3.0 (see examples below). However, a deprecation warning will be displayed if a positional Hash matches a set of keyword arguments or vice versa. This is because #strict_keyword_argument_matching= will default to true in the future.
The text was updated successfully, but these errors were encountered:
floehopper
changed the title
Consider making Configuration#strict_keyword_argument_matching true by default in Ruby >= v3.0
Consider defaulting Configuration#strict_keyword_argument_matching to true in Ruby >= v3.0
Dec 8, 2024
floehopper
changed the title
Consider defaulting Configuration#strict_keyword_argument_matching to true in Ruby >= v3.0
Default Configuration#strict_keyword_argument_matching to true in Ruby >= v3.0
Dec 8, 2024
From the docs:
The text was updated successfully, but these errors were encountered: