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
Offenses:
spec/concerns/controllers/my_spec.rb:21:7: C: Rails/HttpPositionalArguments: Use keyword arguments instead of positional arguments for http call: get.
get :fetch, to: 'anonymous#fetch'
^^^
and autocorrects to:
that breaks specs.
Expected behavior
HTTP verbs inside
routes.draw
are ignored.Actual behavior
An incorrect auto-correction is made.
Steps to reproduce the problem
See example code.
RuboCop version
The text was updated successfully, but these errors were encountered: