-
Notifications
You must be signed in to change notification settings - Fork 82
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
undefined method `symbol' for nil:NilClass #42
Comments
Hello Aaron. |
@kalys How would I get the stack trace? I only found the line Is there a way to get the system to display a stack trace? |
Could you try to run cucumber with |
@kalys the stack trace, obtained from running it with the
|
Line 54 of api_steps.rb (
request path, request_opts
) throws theundefined method
symbol' for nil:NilClass` in Rails 5 on API mode.I'm currently using an emergency patch of api_steps.rb
What could be causing the error? I would like to eventually move the call back to
request
.The text was updated successfully, but these errors were encountered: