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

Test installer commands #149

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jan 13, 2024

  1. Add testing infrastructure

    This adds testing infrastructure to test against multiple versions of
    Rails, including Rails `main` branch.
    jonathanhefner committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    20ab5be View commit details
    Browse the repository at this point in the history
  2. 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.
    jonathanhefner committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    048b1f1 View commit details
    Browse the repository at this point in the history
  3. Test specific behavior of css:install:bootstrap

    This adds test coverage for specific behavior of the
    `css:install:bootstrap` command.
    jonathanhefner committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    9c585cf View commit details
    Browse the repository at this point in the history
  4. Test specific behavior of css:install:bulma

    This adds test coverage for specific behavior of the `css:install:bulma`
    command.
    jonathanhefner committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    d3a432c View commit details
    Browse the repository at this point in the history
  5. Test specific behavior of css:install:postcss

    This adds test coverage for specific behavior of the
    `css:install:postcss` command.
    jonathanhefner committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    1c790d0 View commit details
    Browse the repository at this point in the history
  6. Test specific behavior of css:install:sass

    This adds test coverage for specific behavior of the `css:install:sass`
    command.
    jonathanhefner committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    27bcdd1 View commit details
    Browse the repository at this point in the history
  7. Test specific behavior of css:install:tailwind

    This adds test coverage for specific behavior of the
    `css:install:tailwind` command.
    jonathanhefner committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    59ac500 View commit details
    Browse the repository at this point in the history