From c174ee65e33c9f4129750b7076df97a730141dfe Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 27 May 2025 17:58:26 +0530 Subject: [PATCH] feat: run in serial --- spec/jobs/webhooks/instagram_events_job_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/jobs/webhooks/instagram_events_job_spec.rb b/spec/jobs/webhooks/instagram_events_job_spec.rb index c1152d614..100a157d0 100644 --- a/spec/jobs/webhooks/instagram_events_job_spec.rb +++ b/spec/jobs/webhooks/instagram_events_job_spec.rb @@ -1,6 +1,6 @@ require 'rails_helper' -describe Webhooks::InstagramEventsJob do +describe Webhooks::InstagramEventsJob, :serial do subject(:instagram_webhook) { described_class } before do