Skip to content
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

Fix error message for AdapterNotFound in spec #37180

Merged
merged 1 commit into from
Sep 12, 2019

Conversation

seejohnrun
Copy link
Member

When this case was his previously, an error would be thrown like:
<NoMethodError: "undefined method config for..."> because we were
erroneously calling config on a Hash.

This PR adds a test for this case, and fixes the hash access.

cc / @eileencodes

When this case was his previously, an error would be thrown like:
`<NoMethodError: "undefined method config for...">` because we were
erroneously calling `config` on a `Hash`.

This commit adds a test for this case, and fixes the hash access.
@eileencodes eileencodes merged commit ff7a88d into rails:master Sep 12, 2019
@eileencodes eileencodes deleted the fix-error-hash-access branch September 12, 2019 14:21
eileencodes added a commit that referenced this pull request Sep 12, 2019
Fix error message for AdapterNotFound in spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants