summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/registration_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/registration_spec.rb b/spec/registration_spec.rb
index 4b27bbe..db7db70 100644
--- a/spec/registration_spec.rb
+++ b/spec/registration_spec.rb
@@ -46,6 +46,10 @@ describe RegistrationApp do
expect(last_response).to be_ok
end
+ it 'should not display any errors' do
+ expect(last_response.body).not_to include("Det er feil i skjemaet")
+ end
+
it 'displays submitted data to user' do
expect(last_response).to match(/Bandnavn\: Imbalance/)
expect(last_response).to match(/Hjemsted\: Oslo/)