diff --git a/spec/features/users_spec.rb b/spec/features/users_spec.rb index eb1ea2e8b..f47042de2 100644 --- a/spec/features/users_spec.rb +++ b/spec/features/users_spec.rb @@ -12,6 +12,7 @@ feature 'Users' do fill_in 'user_password', with: 'judgementday' fill_in 'user_password_confirmation', with: 'judgementday' fill_in 'user_captcha', with: correct_captcha_text + check 'user_terms_of_service' click_button 'Sign up'