From 7d2d34cb346b532e0109666d98d2cfe5a28319e4 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Mon, 7 Aug 2017 11:07:20 +0300 Subject: [PATCH] Fix typo #569 --- spec/models/contact_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/contact_spec.rb b/spec/models/contact_spec.rb index 8e2dd18d3..c981cab51 100644 --- a/spec/models/contact_spec.rb +++ b/spec/models/contact_spec.rb @@ -237,7 +237,7 @@ RSpec.describe Contact do @contact.ident = date @contact.valid? @contact.errors.full_messages.should == - ["Ident Ident not in valid birthady format, should be YYYY-MM-DD"] + ["Ident Ident not in valid birthday format, should be YYYY-MM-DD"] end end end