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 minitest guard for rails 4 breaking specs #448

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

joshbranham
Copy link
Member

@joshbranham joshbranham commented Jan 20, 2024

Fixes errors like the following, likely because minitest version is unbounded in the dev dependencies (which I think is fine). We don't need this guard for Rails 4, which we are not testing against anymore.

/Users/joshbranham/git/attr_encrypted/test/test_helper.rb:22:in `<top (required)>': uninitialized constant MiniTest (NameError)

I also need permission to turn off Travis @mvastola, I don't appear to be able to on that side of things.

@joshbranham joshbranham self-assigned this Jan 20, 2024
@joshbranham joshbranham merged commit d93c017 into master Jan 22, 2024
14 of 16 checks passed
@joshbranham joshbranham deleted the fix-tests-minitest branch January 22, 2024 03:14
@mvastola
Copy link
Member

To turn off travis, see if just deleting the config file does it.

@joshbranham
Copy link
Member Author

joshbranham commented Jan 27, 2024

To turn off travis, see if just deleting the config file does it.

I did that in #450, but I also removed the webhook config which seems to be the real key to disable it from the GitHub end.

@mvastola
Copy link
Member

Ok. Lmk if there's anything missing.

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.

2 participants