From a04f442e15c4ab7f4f1169df81525c5f16908f7e Mon Sep 17 00:00:00 2001 From: Juliet Eyraud <103968576+juliet-e@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:46:43 -0700 Subject: [PATCH] Removes API learning goals from Mod 2 --- module2/success/learning_goals.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/module2/success/learning_goals.md b/module2/success/learning_goals.md index 3357c2cdb..02242c054 100644 --- a/module2/success/learning_goals.md +++ b/module2/success/learning_goals.md @@ -79,15 +79,12 @@ The expected mastery level can be understood with the following scale: * Describe the HTTP request/response cycle * Describe the different parts of HTTP requests and responses -* Describe web APIs ### Rails Application Development * Implement partials to break a view into reusable components * Use flash messages * Use Inheritance to share behavior across classes -* Use POROs to logically organize code for objects not stored in the database -* Use `Faraday` to consume an API ### Databases @@ -98,7 +95,7 @@ The expected mastery level can be understood with the following scale: ### Testing & Debugging -* Use WebMock to mock API calls +* Describe the difference between unit and integration testing. ### Styling