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",