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

Milestone 5: controller specs #5

Merged
merged 6 commits into from
Dec 5, 2023
Merged

Commits on Dec 5, 2023

  1. Chore: Add new gem dependencies to Gemfile

    - 'factory_bot_rails' for factories.
    - 'rails-controller-testing' for controller specs.
    - 'shoulda-matchers' for model specs.
    ITurres committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    6a63b6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d53cc2 View commit details
    Browse the repository at this point in the history
  3. Feat: Add factories for models

    - Add 'comments_factory'.
    - Add 'likes_factory'.
    - Add 'posts_factory'.
    - Add 'users_factory'.
    ITurres committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    30ff770 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0210cc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbbb54e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eed0ad4 View commit details
    Browse the repository at this point in the history