From 732a5b9c15c4b8e96d7cd3d5fb0e8d6463dc8928 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 21 Nov 2015 16:01:03 +0100 Subject: Typo in spec. --- spec/registration_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/registration_spec.rb b/spec/registration_spec.rb index 4ccb24d..60d6ac9 100644 --- a/spec/registration_spec.rb +++ b/spec/registration_spec.rb @@ -135,7 +135,7 @@ describe RegistrationApp do end context 'with no contact email' do - it_behaves_like('form with errors', {:contact_phone => ''}) + it_behaves_like('form with errors', {:contact_email => ''}) end end end -- cgit v1.2.3