From e85e2a57c6f3930b18c92e8423255b87a37badd8 Mon Sep 17 00:00:00 2001 From: rubygitflow Date: Sat, 10 Feb 2024 20:54:15 +0600 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70c9ea0..2a0beeb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ _An example of connecting to marketplaces and downloading data from them_ - Pre-processing the Rate Limits based on marketplace response headers and Post-processing based on restrictions stored in Kredis; - Logging of critical events when interacting with the API of marketplace. - Utilizing the Abstract Factory Pattern; -- Code coverage with RSpec tests; +- Code coverage with RSpec tests (100%); - Enabling GitHub Actions; Particular emphasis is placed on separating business logic from the algorithmic solution. @@ -23,7 +23,7 @@ Particular emphasis is placed on separating business logic from the algorithmic ```bash $ rails db:create $ rails db:schema:load -$ rails bd:seed +$ rails db:seed ``` 4. Add the existing credentials from marketplaces to the [rake task](https://github.com/rubygitflow/marketplace_aggregator/tree/master/lib/tasks/marketplace_credentials_example.rake) 5. Seed the marketplace_credentials by completing the task `rails marketplace_credentials_example:custom_seeds`