The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe.
App models, views Unit tests and Integration tests.
Implemented changes:
Changed the rails version to rails 7.1.1 to match my local machine version in Gemfile.
changes the Puma version from 5.0 to 6.0 to match the local version.
Installed the rails-rspec gem and configured it.
Added validations for the models.
Added test suites for the app components. separated them as models, features, and requests (Should test and add more test cases for the general shopping lists).
6
App models, views Unit tests and Integration tests.
Implemented changes:
rails 7.1.1
to match my local machine version in Gemfile.rails-rspec
gem and configured it.Preview