-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
v2.26.0 regression: undefined method 'sym_type?' for nil:NilClass
#1765
Comments
undefined method
sym_type?' for nil:NilClass`undefined method 'sym_type?' for nil:NilClass
@jtannas I cannot reproduce the issue from the 5-line snippet you shared. Would you try reducing your spec/requests/api/v1/users/url_spec.rb to the smallest possible where the error still occurs? |
I'm seeing the same issue and it's only affecting specs that make use of RSwag, which is where FWIW, we also have the following block in
|
Thank you for reporting this bug. It should be fixed by v2.26.1. |
On the newly release v2.26.0 version, rubocop-rspec encounters an error whenever inspecting the command
run_test!
in my codeEnvironment information:
1.59.0 (using Parser 3.2.2.4, rubocop-ast 1.30.0, running on ruby 3.1.2) [x86_64-linux]
Stack Trace
The text was updated successfully, but these errors were encountered: