From 850285e639752697eeb131cf477320a1a09e14d2 Mon Sep 17 00:00:00 2001 From: Vincent Pochet Date: Thu, 4 Aug 2022 16:39:21 +0200 Subject: [PATCH] Fix typo --- spec/services/subscriptions/dates/monthly_service_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/services/subscriptions/dates/monthly_service_spec.rb b/spec/services/subscriptions/dates/monthly_service_spec.rb index 82d20fb02a0..a0b4690f10e 100644 --- a/spec/services/subscriptions/dates/monthly_service_spec.rb +++ b/spec/services/subscriptions/dates/monthly_service_spec.rb @@ -167,7 +167,7 @@ end end - context 'when billing subscription day does not extist in the month' do + context 'when billing subscription day does not exist in the month' do let(:subscription_date) { DateTime.parse('31 Jan 2022') } let(:billing_date) { DateTime.parse('01 Mar 2022') }