This commit adds test coverage for the installer Rake task and application template. The installer is run against a freshly generated Rails app using the version of Rails that is currently loaded. Thus the installer can be tested with different versions of Rails in CI.
Similar to rails/importmap-rails#206 for stimulus-rails
The motivation is to be able to move these tests from railties, see: rails/rails#49679
This commit adds test coverage for the installer Rake task and application template. The installer is run against a freshly generated Rails app using the version of Rails that is currently loaded. Thus the installer can be tested with different versions of Rails in CI.
Similar to rails/importmap-rails#206 for stimulus-rails
The motivation is to be able to move these tests from railties, see: rails/rails#49679