From 392727157749391f297ba64ae31494a8e425e99c Mon Sep 17 00:00:00 2001 From: Romain Neuville Date: Tue, 8 Oct 2024 17:07:01 +0200 Subject: [PATCH] wording --- spec/services/invitations/save_and_send_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/services/invitations/save_and_send_spec.rb b/spec/services/invitations/save_and_send_spec.rb index ac9078cd4..89dab510c 100644 --- a/spec/services/invitations/save_and_send_spec.rb +++ b/spec/services/invitations/save_and_send_spec.rb @@ -123,7 +123,7 @@ it("is a failure") { is_a_failure } - it "stores an error message" do + it "stores a templated error message" do expect(subject.errors).to include( an_object_having_attributes( message: "Il n'y a plus de créneaux disponibles pour inviter cet usager",