-
Notifications
You must be signed in to change notification settings - Fork 366
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
no implicit conversion of String into Integer #462
Comments
I'm seeing the same issue on 6.1.0, trying to document an array of objects. parameter :data, '(array of objects) Description'
with_options scope: :data do
parameter :key, '(string) Description'
end
example 'Example 1' do
do_request(data: [{ key: 'val' }])
end Error produced:
Related to #398 |
Same problem here.
|
Ah, I found the impostor =) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just updated from 5.1.0 to 6.1.0.
This is the spec:
It now fails with
It passes when we remove these lines:
The problematic code is in:
The text was updated successfully, but these errors were encountered: