summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/registration_spec.rb2
1 files changed, 1 insertions, 1 deletions
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