-
Notifications
You must be signed in to change notification settings - Fork 23
[rspec-support] [bugfix] Properly detect kwargs hashes vs optional positional args #121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I'm facing the same issue as in #104, and it looks like this Pull Request will fix it. @JonRowe It seems that this Pull Request will pass the tests after rebasing onto the main branch. For reference, here is the result of the rebase I tried: |
I rebased onto the |
a2bcbf3
to
aeb1777
Compare
2d731d4
to
ef47c9d
Compare
2f05ecc
to
fbb5720
Compare
[rspec-support] [bugfix] Properly detect kwargs hashes vs optional positional args
[rspec-support] [bugfix] Properly detect kwargs hashes vs optional positional args
Fantastic, @malcolmohare , @JonRowe, thank you! |
Released in rspec-support 3.13.5 |
Thank you for fixing and release gem.
|
This is rspec/rspec-support#594