summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-11-21 16:01:03 +0100
committerHarald Eilertsen <haraldei@anduin.net>2015-11-21 16:01:03 +0100
commit732a5b9c15c4b8e96d7cd3d5fb0e8d6463dc8928 (patch)
treef82fcbeda4b342a82ad109f3da7e0a60a2e78985 /spec
parentcd00a42cea865dbc81b7a73a4280ae585ddcffaf (diff)
downloadnorsk-urskog-registrations-732a5b9c15c4b8e96d7cd3d5fb0e8d6463dc8928.tar.gz
norsk-urskog-registrations-732a5b9c15c4b8e96d7cd3d5fb0e8d6463dc8928.tar.bz2
norsk-urskog-registrations-732a5b9c15c4b8e96d7cd3d5fb0e8d6463dc8928.zip
Typo in spec.
Diffstat (limited to 'spec')
-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