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

Require OpenStruct where missing in tests #2547

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Require OpenStruct where missing in tests #2547

merged 1 commit into from
Apr 11, 2024

Conversation

kaylareopelle
Copy link
Contributor

@kaylareopelle kaylareopelle commented Apr 11, 2024

Rake removed its requirement of OpenStruct in version 13.2.0. This caused our stripe multiverse suite to fail.

Since our tests were executed using Rake, we were able to use OpenStruct without a require in the file.

Now, OpenStruct is explicitly required in all the files it is used.

See: ruby/rake#545

Resolves #2548

Rake removed its requirement of OpenStruct in version 13.2.0.
This caused our stripe multiverse suite to fail.

Since our tests were executed using Rake, we were able to use
OpenStruct without a require in the file.

Now, OpenStruct is explicitly required in all the files it is used.
@kaylareopelle
Copy link
Contributor Author

The only failing suite in this PR will be resolved by #2543

@kaylareopelle kaylareopelle marked this pull request as ready for review April 11, 2024 16:37
@kaylareopelle kaylareopelle merged commit 21ff123 into dev Apr 11, 2024
30 of 31 checks passed
@kaylareopelle kaylareopelle deleted the ostruct-fix branch April 11, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix OpenStruct test failures
3 participants