AbeeraTahir / Recipe-App

Recipe App is a web application, built with Ruby on Rails, that keeps track of all your recipes and ingredients. 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.
MIT License
7 stars 1 forks source link

[2pt] Set up RSpec and Capybara testing libraries #12

Closed AbeeraTahir closed 1 year ago

AbeeraTahir commented 1 year ago

Write unit and integration tests for the app using rspec and capybara testing library.

storres20 commented 1 year ago

Completed with the Pull Request https://github.com/AbeeraTahir/Recipe-App/pull/22