diff --git a/spec/services/send_reminder_email_spec.rb b/spec/services/send_reminder_email_spec.rb index 9f05f372a..ecfa2ec76 100644 --- a/spec/services/send_reminder_email_spec.rb +++ b/spec/services/send_reminder_email_spec.rb @@ -192,7 +192,7 @@ end context "with less than two weeks remaining" do - let(:application_created_at) { (6.months - 12.days).ago } + let(:application_created_at) { (6.months - 9.days).ago } include_examples "first reminder email", "sends an application not submitted email",