diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/registration_spec.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/registration_spec.rb b/spec/registration_spec.rb index 3111ebc..522b155 100644 --- a/spec/registration_spec.rb +++ b/spec/registration_spec.rb @@ -20,6 +20,12 @@ describe RegistrationApp do it 'displays the registration form' do expect(last_response.body).to match(/form id="registration-form"/) end + + it 'allows three songs' do + expect(last_response.body).to match(/Låt nr. 1/) + expect(last_response.body).to match(/Låt nr. 2/) + expect(last_response.body).to match(/Låt nr. 3/) + end end describe 'POST submit' do |