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

Update testing guidelines, add dev container badge #4551

Merged
merged 4 commits into from
Aug 4, 2024

Commits on Jul 25, 2024

  1. Update testing contributing guidelines

    * Add links to wiki
    * Add extra test guidelines and helpful classes when writing tests
    * Add notes on running tests with Event Sourcing
    * Add notes on continuous integration
    * Remove reference to bundle exec rake (it only runs default task which is spec)
    jimmyli97 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    e32440b View commit details
    Browse the repository at this point in the history
  2. Update bundler version

    jimmyli97 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    83aba84 View commit details
    Browse the repository at this point in the history
  3. Add Dev Container badge and explanation

    * Codespaces uses Dev Containers so supporting Codespaces
      is the same as supporting Dev Containers locally
    jimmyli97 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b94a301 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Update dev container, testing and wiki guidelines

    * Add reminder to add remote after opening dev container
    * Add test guideline to prefer request specs
    * Add wiki contribution workflow
    jimmyli97 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b5e13e5 View commit details
    Browse the repository at this point in the history