Merge branch 'next-minor' into develop

This commit is contained in:
Benjamin Neff 2017-08-19 15:04:14 +02:00
commit 8d5d09521a
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -69,8 +69,8 @@ module UserCukeHelpers
def fill_in_new_user_form def fill_in_new_user_form
@username = "ohai" @username = "ohai"
fill_in('user_username', with: @username)
fill_in('user_email', with: "#{@username}@example.com") fill_in('user_email', with: "#{@username}@example.com")
fill_in('user_username', with: @username)
fill_in('user_password', with: 'secret') fill_in('user_password', with: 'secret')
fill_in('user_password_confirmation', with: 'secret') fill_in('user_password_confirmation', with: 'secret')