Rails 5 - DEPRECATION WARNING Using positional arguments in functional tests has been deprecated in favor of keyword arguments, and will be removed in Rails 5.1.
add key params when declaring params for request in specs (there will be followup PRs of similar nature for other specs, this PR addresses the deprecated style in shared controller specs)
Rails 5 - DEPRECATION WARNING Using positional arguments in functional tests has been deprecated in favor of keyword arguments, and will be removed in Rails 5.1.
params
when declaring params for request in specs (there will be followup PRs of similar nature for other specs, this PR addresses the deprecated style in shared controller specs)