From de5cb1a2951923929a4280a667d2abcfda304817 Mon Sep 17 00:00:00 2001 From: Alex Boyd Date: Thu, 22 Aug 2024 13:34:12 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70da2c6..519e4ce 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # README +test webhook trigger 1 + ## Production Setup Requires Docker engine and docker compose. @@ -51,4 +53,4 @@ Coverage reports are generated using [simplecov](https://github.com/simplecov-ru The test suite is configured to use [vcr](https://github.com/vcr/vcr) for tests that interact with any external APIs, primarily the OpenAlex API. If you encounter errors related to `vcr` while running tests, try deleting the recorded 'cassette' files in `spec/fixtures/vcr_cassettes/` and running `rspec` again to re-record them. -Planning on trying Jest for testing front end. WIP. \ No newline at end of file +Planning on trying Jest for testing front end. WIP.