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

ActionController::TestCase needs keyword args #905

Closed
atz opened this issue Aug 16, 2016 · 0 comments · Fixed by #911
Closed

ActionController::TestCase needs keyword args #905

atz opened this issue Aug 16, 2016 · 0 comments · Fixed by #911
Assignees

Comments

@atz
Copy link
Contributor

atz commented Aug 16, 2016

DEPRECATION WARNING: ActionController::TestCase HTTP request methods will accept only
keyword arguments in future Rails versions.

Examples:

get :show, params: { id: 1 }, session: { user_id: 1 }
process :update, method: :post, params: { id: 1 }

Occurs hundreds of times in test suite.

atz added a commit that referenced this issue Aug 17, 2016
Largely fixes #905.  Remaining warnings are from a helper class.

Saves hundreds of lines of deprecation warnings per CI run.
@atz atz self-assigned this Aug 17, 2016
atz added a commit that referenced this issue Aug 17, 2016
Largely fixes #905.  Remaining warnings are from a helper class.

Saves hundreds of lines of deprecation warnings per CI run.
atz added a commit that referenced this issue Aug 17, 2016
Largely fixes #905.  Remaining warnings are from a helper class.

Saves hundreds of lines of deprecation warnings per CI run.
atz added a commit that referenced this issue Aug 17, 2016
Largely fixes #905.  Remaining warnings are from a helper class.

Saves hundreds of lines of deprecation warnings per CI run.
atz added a commit that referenced this issue Aug 17, 2016
Largely fixes #905.  Remaining warnings are from a helper class.

Saves hundreds of lines of deprecation warnings per CI run.
atz added a commit that referenced this issue Aug 17, 2016
Largely fixes #905.  Remaining warnings are from a helper class.

Saves hundreds of lines of deprecation warnings per CI run.
atz added a commit that referenced this issue Aug 17, 2016
Largely fixes #905.  Remaining warnings are from a helper class.

Saves hundreds of lines of deprecation warnings per CI run.
atz added a commit that referenced this issue Aug 18, 2016
Largely fixes #905.  Remaining warnings are from a helper class.

Saves hundreds of lines of deprecation warnings per CI run.
atz added a commit that referenced this issue Aug 18, 2016
Largely fixes #905.  Remaining warnings are from a helper class.

Saves hundreds of lines of deprecation warnings per CI run.
atz added a commit that referenced this issue Aug 18, 2016
Largely fixes #905.  Remaining warnings are from a helper class.

Saves hundreds of lines of deprecation warnings per CI run.
atz added a commit that referenced this issue Aug 18, 2016
Largely fixes #905.  Remaining warnings are from a helper class.

Saves hundreds of lines of deprecation warnings per CI run.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants