AnielaMW / Acceptance_Testing_Pickled_Beets

We have an awesome Sinatra site where users can type in the name of a recipe, and see whether it is delicious or not - based on whether "pickled beets" are in the name! However, we currently have no tests making sure it works. Let's fix that by writing some acceptance tests for each feature of our site! The outlines for each test is provided for you - go into the test files and fill out the tests one by one so that they pass. Instructions First run bundle to bundle the Gemfile. Next, go to the user_checks_a_recipe_spec to get a sense of what the app does. At the top of this spec file, there's a user story and a bunch of acceptance criteria written out. These are purely there for other developers' benefits - they don't effect the running of the tests, but do give you some guidance! Read through the user story and the acceptance criteria. Your job is to fill out the five tests such that they successfully test the acceptance criteria provided! As you're working, each time an acceptance criterion has been fully tested, put an x between the brackets to mark it as complete. That way you and other readers of your code can track your progress!

Home Page:https://learn.launchacademy.com/teams/online-intensive-1/curricula/online-intensive/lesson_groups/phase_7/lessons/acceptance-testing-pickled-beets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AnielaMW/Acceptance_Testing_Pickled_Beets Issues

No issues in this repository yet.