Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Monkey-patch AppName#valid_const? on older Rails (< 7.1)
My hunch is that this was fixed in Rails 7.1 by #46074, but I'm less concerned here because this test suite uses a Dummy app for all of the tests. This is a problem I've been working on in rails/rails#50427, to remove the dummy applications and replace them with a generated app like we've done here with the installer test. I'm happy to investigate replacing the dummy app here afterwards.
- Loading branch information