From 30073ca8204bab49da71c8d5a1e13d583faa79ff Mon Sep 17 00:00:00 2001 From: rgarcia Date: Mon, 7 Sep 2015 01:04:53 +0200 Subject: [PATCH] fixes spec --- spec/features/users_spec.rb | 1 + 1 file changed, 1 insertion(+) 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'