We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rake 13.2.0 stopped requiring OpenStruct: ruby/rake#545
In some of our tests, we were not explicitly requiring OpenStruct. Since our tests were run with rake, the need for a require was concealed.
Add require statements for OpenStruct in files that use it without requiring it.
The text was updated successfully, but these errors were encountered:
https://new-relic.atlassian.net/browse/NR-257838
Sorry, something went wrong.
kaylareopelle
Successfully merging a pull request may close this issue.
Rake 13.2.0 stopped requiring OpenStruct: ruby/rake#545
In some of our tests, we were not explicitly requiring OpenStruct. Since our tests were run with rake, the need for a require was concealed.
Add require statements for OpenStruct in files that use it without requiring it.
The text was updated successfully, but these errors were encountered: