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

Commits on Apr 11, 2024

  1. Require OpenStruct where missing in tests

    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 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    bca2ef8 View commit details
    Browse the repository at this point in the history