-
Notifications
You must be signed in to change notification settings - Fork 85
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
Test installer commands #149
base: main
Are you sure you want to change the base?
Commits on Jan 13, 2024
-
This adds testing infrastructure to test against multiple versions of Rails, including Rails `main` branch.
Configuration menu - View commit details
-
Copy full SHA for 20ab5be - Browse repository at this point
Copy the full SHA 20ab5beView commit details -
Test shared behavior of installer commands
This adds test coverage for the shared behavior of the installer commands. The commands are tested against a freshly generated Rails app using the version of Rails that is currently loaded. Thus the installers can be tested with different versions of Rails in CI.
Configuration menu - View commit details
-
Copy full SHA for 048b1f1 - Browse repository at this point
Copy the full SHA 048b1f1View commit details -
Test specific behavior of css:install:bootstrap
This adds test coverage for specific behavior of the `css:install:bootstrap` command.
Configuration menu - View commit details
-
Copy full SHA for 9c585cf - Browse repository at this point
Copy the full SHA 9c585cfView commit details -
Test specific behavior of css:install:bulma
This adds test coverage for specific behavior of the `css:install:bulma` command.
Configuration menu - View commit details
-
Copy full SHA for d3a432c - Browse repository at this point
Copy the full SHA d3a432cView commit details -
Test specific behavior of css:install:postcss
This adds test coverage for specific behavior of the `css:install:postcss` command.
Configuration menu - View commit details
-
Copy full SHA for 1c790d0 - Browse repository at this point
Copy the full SHA 1c790d0View commit details -
Test specific behavior of css:install:sass
This adds test coverage for specific behavior of the `css:install:sass` command.
Configuration menu - View commit details
-
Copy full SHA for 27bcdd1 - Browse repository at this point
Copy the full SHA 27bcdd1View commit details -
Test specific behavior of css:install:tailwind
This adds test coverage for specific behavior of the `css:install:tailwind` command.
Configuration menu - View commit details
-
Copy full SHA for 59ac500 - Browse repository at this point
Copy the full SHA 59ac500View commit details