The Wayback Machine - https://web.archive.org/web/20200919085435/https://github.com/rails/rails-controller-testing/pull/58
Skip to content
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

Fix ruby 2.7 warnings #58

Merged
merged 2 commits into from May 5, 2020
Merged

Fix ruby 2.7 warnings #58

merged 2 commits into from May 5, 2020

Conversation

@jhawthorn
Copy link
Member

jhawthorn commented May 5, 2020

Based on #51, rebased on #56

jhawthorn and others added 2 commits May 5, 2020
Co-authored-by: Aubin Lorieux <aubin.lorieux@gmail.com>
Co-authored-by: Aubin Lorieux <aubin.lorieux@gmail.com>
@jhawthorn jhawthorn requested a review from eileencodes May 5, 2020
@eileencodes eileencodes merged commit 2308945 into rails:master May 5, 2020
1 check passed
1 check passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@jhawthorn jhawthorn deleted the jhawthorn:ruby-2-7 branch May 5, 2020
mingan added a commit to mingan/rails-controller-testing that referenced this pull request Jun 28, 2020
Empty kwargs occur in simple calls without any parameters or headers, e.g. `get '/some/path`. Code added in rails#58 passes empty kwargs in the form of an empty hash to  ActionPack that considers it not to be compatible with the new kwargs-style syntax and emits useless a deprecation warning.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.